|
Posted by seaside on 12/16/06 23:18
I need to POST a HTTP request from within a PHP app, to inform another
app regarding certain changes.
Since I don't need to get an answer back, I'd like to fire-and-forget
the POST request asynchronously.
An option might be to create a new PHP process, forward my data to the
new instance and continue execution in the main one.
Are there other options? Options, which don't require to interact with
the OS directly?
Navigation:
[Reply to this message]
|