Forum Moderators: open

Message Too Old, No Replies

Doing an RPC on a remote server : executing a process that takes ages

         

haryanto

11:24 am on Mar 20, 2005 (gmt 0)

10+ Year Member



Hi guys,

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?