Page 1 of 1

php forking process

Posted: Tue Mar 23, 2010 12:48 am
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