I'm not sure if that subject accurately describes my problem. Here's the gist: I want to run Function A without causing the rest of my script to wait for it to complete.
Is such a thing possible?
If anyone wants specifics, the script waits for data from another server. When it receives this data, it uploads it to a web server using Function A. The problem is, while it's uploading the file, it's no longer listening for the data, so we're missing stuff.
Thanks for any help.