When a user registers on my php driven site, the register script has to perform a couple of tasks some of take longer because they have to contact 3rd party servers.
how can i fork these tasks away from the main php script so that the user see the result right away?