but the bigger question is, how do you multi thread? I heard that it's impossible with PHP?
Doing 1000000 queries would take, 1 year?![]()
I am interested in this myself.
Has anyone been able to do any sort of parallel processing with PHP? Presumably you can do it by spawning new processes, but I have not seen it in action.
Any other scripting languages that can do that? Perl? Python? I am interested in any comparisons.