xmlrpc-c just a short question :)
"Michael Wilke (maillinglists)" <[email protected]> Sat, 02 Dec 2006 15:32:32 +0100
| Newsgroups | gmane.text.xml.rpc.specification |
|---|---|
| Message-ID | <[email protected]> |
Hey list, i'm playing around something with the xmlrpc-c lib and read about the problem with timeouts and faulty rpc request. The program i wanna write should connect to two RPC servers, 1 local and 1 remote, so i wanna create 2 pthreads and use the xmlrpc-c lib in both, one for transport over libcurl or libwww and the other one for a extension (gbx_transport for nadeos TM-servers). I just wanna ask if the xmlrpc-c library is generally threadsave or if there are maybe any problems to set up 2 xmlrpc-c envs at the same time with xmlrpc-c version 1.03 or if i have to port the gbx_transport to a newer version of xmlrpc-c or if it isnt a good idea to deal with xmlrpc-c in threads at all. thanks for help and a nice weekend :) Michael Wilke