Possible Duplicate:
Threads in PHP
Is it possible to make seperate thread to execute something time intensive in PHP? Theres a function that needs to contact an external server but the reply from that server is not important so it would be better to put it in a new thread instead of slowing the whole page load down a few seconds.