Forum Moderators: open
I would like to use XML RPC(Remote Procedure Call) to execute something on a remote server. Just a lil useless information: my script is PHP based.
The process on the remote server takes about 5 minutes to complete, after that it will send me an XML respond.
Is my XML client going to time out in this case?
I hope not. ;-(
Anyone has experience doing an RPC on an action that takes a long time to complete? care to share your experince?