473,404 Members | 2,137 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

Asynchronous XML-RPC client library?

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/
Apr 29 '07 #1
4 2574
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 that you currently use.

Regards,
Martin
Apr 29 '07 #2
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 async framework that you currently use.
Found a recipe, finally. Not that it was easy and the weird thing is it
was posted to PyGTK list and I even replied to this post...

Here's the link to the code by Andrew Kuchling, for the impatient:
http://www.mail-archive.com/py***@da.../msg12971.html

--
Jarek Zgoda
http://jpa.berlios.de/
Apr 29 '07 #3
On 29 Apr, 07:11, Jarek Zgoda <jzg...@o2.usun.plwrote:
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't you try twisted (http://www.twistedmatrix.com)

Bye
Stefano

Apr 29 '07 #4
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 is a small plugin to a larger application written in C and
I don't want to make such dependency. Twisted is just too large to be a
dependency for a ~500 LOC (including GUI code) plugin.

--
Jarek Zgoda
http://jpa.berlios.de/
Apr 29 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Darryl A. J. Staflund | last post by:
Hi there, Can anyone tell me why invoking a single SQL insert statement (well, rather, a method that performs a SQL insert) using an asynchronous delegate should result in twice the number of...
5
by: rgarf | last post by:
I have a C++ application that consumes a web service. I would like to call the web service asynchronously so my C++ application can do other processing in between. My proxy file does not have any...
0
by: Dave | last post by:
If I'm making several asynchronous web service calls using the services Begin/End methods. How do you return the results of the webservice back to the main thread or calling page? Here's my...
0
by: Bishoy George | last post by:
Hi, I have a asp.net 2.0 web application. I want to implement the asynchronous model through http handler in web.config ...
5
by: HugeBob | last post by:
Hi All, I've got a question about Asynchronous vs Synchronous mode with the XMLHttpRequest object. What are the ramifications of using one mode vs the other? If the script uses Asynchronous...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.