Re: Asynchronous XML-RPC client library?

2007-04-29 Thread Jarek Zgoda
Stefano Canepa napisał(a): >> Is there anything like that? Googling yields many articles on async >> servers, but virtually nothing on clients. I have to talk to remote in >> an environment that does not allow threads... > > Why don't you try twisted (http://www.twistedmatrix.com) Because this i

Re: Asynchronous XML-RPC client library?

2007-04-29 Thread Stefano Canepa
On 29 Apr, 07:11, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > Is there anything like that? Googling yields many articles on async > servers, but virtually nothing on clients. I have to talk to remote in > an environment that does not allow threads... > > -- > Jarek Zgodahttp://jpa.berlios.de/ Why don

Re: Asynchronous XML-RPC client library?

2007-04-29 Thread Jarek Zgoda
Martin v. Löwis napisał(a): >> Is there anything like that? Googling yields many articles on async >> servers, but virtually nothing on clients. I have to talk to remote in >> an environment that does not allow threads... > > My recommendation would be to use xmlrpclib, and combine it with > the

Re: Asynchronous XML-RPC client library?

2007-04-29 Thread Martin v. Löwis
Jarek Zgoda schrieb: > Is there anything like that? Googling yields many articles on async > servers, but virtually nothing on clients. I have to talk to remote in > an environment that does not allow threads... My recommendation would be to use xmlrpclib, and combine it with the async framework t

Asynchronous XML-RPC client library?

2007-04-28 Thread Jarek Zgoda
Is there anything like that? Googling yields many articles on async servers, but virtually nothing on clients. I have to talk to remote in an environment that does not allow threads... -- Jarek Zgoda http://jpa.berlios.de/ -- http://mail.python.org/mailman/listinfo/python-list