It relies on the Indy HTTP functionality. I'd suggest you use threads (it's really simple in Delphi) if you want to call different rpc-functions concurrently (the server itself is multi-threaded, I tried that).
-Andreas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
Is is possible to initiate asynchronous XML-RPC client calls with this implementation? I could not find any reference to them anywhere.....
If not is there any likelihood of this being included in a future release?
cheers,
Rebecca.
It relies on the Indy HTTP functionality. I'd suggest you use threads (it's really simple in Delphi) if you want to call different rpc-functions concurrently (the server itself is multi-threaded, I tried that).
-Andreas
thanks! will give it a go.