Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

10:28:07 ^Jenny^: bengee: is it possible to multi-thread arc?
10:28:36 ^Jenny^: the current cpus all are multi-cores so using just one core seems odd
10:29:20 bengee: if you manage to multi-thread PHP, you can run parallel processes
10:29:43 ^Jenny^: just read through some things... at least there seems the possibility of forking
10:31:05 ^Jenny^: But I don't know if it is possible to integrate it with your workflow :)
21:05:09 AAA_awright: ^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