php forking process

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
rhl4ttr
Forum Newbie
Posts: 1
Joined: Tue Mar 23, 2010 12:43 am

php forking process

Post by rhl4ttr »

hello this my 1st post..

Its a web appication.
i want to make 5 curl calls to 5 different servers.since everything is sequential.Is it possible that i start the process of curl calls and return the page response to user.The curl process goes on.So that user dont have to wait for 5 calls to finish.

thanks
Post Reply