thanks for your feedback, it helps.
On Thu, Apr 29, 2010 at 12:06 AM, Glyph Lefkowitz
wrote:
>
> On Apr 27, 2010, at 9:49 AM, Jean Daniel wrote:
>
> Hello,
>
> Hi Jean!
>
> I have written an introductory article to Twisted, and I would be
> delighted to see it published on Linux Weekly News som
I have an XMLRPC server, currently with two subhandlers. One of them is
getting quite large (over 120 "xmlrpc_" methods plus helpers), and I'd
like to break it up into "sub-subhandlers".
http://twistedmatrix.com/documents/current/web/howto/xmlrpc.html#auto2
says that you can do this "to arbitr
Hi All,
I was asking about this on irc but had to leave in a hurry so thought
I'd mail here...
So, I have a pool of wsgi threads being run by Twisted's wsgi server
that want to send stomp messages. The stomp client is Twisted-based
(http://code.google.com/p/broadwick/source/browse/trunk/broadw