Hi,
I need to be able to invoke a script on an another server.
Now, I don't want my server to wait until the calling script has completed. I.e. if I was using file_get_contents to call this external script, I would have to wait till the script had completed what it was doing.
I basically want to invoke the script, and then break off from it. Almost as if I would run the script as a background process on their servers.
Does anyone have any ideas?
Thanks,
papayiya