PHP non blocking soap request
After a user signs up on my website i need to send a soap request in a
method that is not blocking to the user. If the soap server is running
slow I don't want the end user to have to wait on it. Is there a way I can
send the request and let my main PHP application continue to run without
waiting from a response from the soap server? If not, is there a way to
set a max timeout on the soap request, and handle functionality if the
request is greater than a max timeout?
No comments:
Post a Comment