Multi-Threading
Posted: Mon Apr 09, 2007 8:46 am
I understand that PHP does not support multi-threading. However, this is what I would like to do and maybe there is a solution.
I currently have a script that calls a function I wrote 10 times with different criteria. As it stands, it goes down the line.. finishing one, going to the next, etc. Is there anyway I can have it call the 10 functions concurrently... without having to execute 10 different files.
Thanks!
I currently have a script that calls a function I wrote 10 times with different criteria. As it stands, it goes down the line.. finishing one, going to the next, etc. Is there anyway I can have it call the 10 functions concurrently... without having to execute 10 different files.
Thanks!