This is a public chat log generated from the #semsol IRC channel.
10:28:07
bengee: is it possible to multi-thread arc?
10:28:36
the current cpus all are multi-cores so using just one core seems odd
10:29:20
if you manage to multi-thread PHP, you can run parallel processes
10:29:43
just read through some things... at least there seems the possibility of forking
10:31:05
But I don't know if it is possible to integrate it with your workflow :)
21:05:09
^Jenny^: Most scripting languages have horrible thread support, the best bet would be to write the ARC API as a PHP extension, which you can do, ADODB has one, Facebook has a utility that can re-write PHP libraries as a C PHP extension, might try looking into that
