Hi,
I have a php script that connects to remote machines thro sockets using the fsockopen API. Right now the code runs thro a loop where it connects to multiple machines and fetches some information. I want to make this step of the process asynchronous so that I can pull information from multiple remote machines simultaneously. Does PHP support threads or something similar?? I came across the flock() API but could'nt make much of it.
any help would be great! thanks in advance
Rajiv