Re: Python and RPC

mary <[email protected]> Wed, 16 Jun 2004 14:20:47 +0530
Newsgroups gmane.user-groups.linux.delhi.devel
Message-ID <[email protected]>
>  Has any one used RPC with python?? I had been looking
> at xmlrpc but i am concerened with its performance in
> an environment where several transactions (in the
> range of 400 to 1800 per min) will be taking place.

Try

http://twistedmatrix.com/documents/current/howto/xmlrpc

--

With such large number of transactions, the architecture of the
backend/etc is of more importance than the programming language
itself.