Hi. I am new to XML-RPC and I wonder if there exists some more documentation on it. I want the following scenario:
1. User calls RPC server from JavaScript and asks if there has been a change in status. 2. The server checks if the status(which is stored in a database) has changed. If it hasn't changed then it waits for i.ex. 30 seconds before it returns the answer to the client. Can I wait 30 seconds using asynchronous callback? Really would appreciate some examples here. And some recommendations on a good javascript XML-RPC client. Best regards, Christer