We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › about xmlrpclib
Page Index Toggle Pages: 1
about xmlrpclib (Read 293 times)
about xmlrpclib
Feb 21st, 2009, 9:42pm
 
Hi! I have got a problem...
I use library xmlrpclib for connection to the server. I write the next line:

Object  o = client.execute("sm_3x3",X); Vector ans = (Vector) o;

This line is working correctly but I need to send two queries to two servers and only after that to get answers.
How can I do that? Can somebody help me, please?
Page Index Toggle Pages: 1