Re: [Twisted-Python] untwisting twistd

2009-07-02 Thread Mikhail
Phil Christensen bubblehouse.org> writes: > > So, how is this not a wrapper script? The solution I provided in my Yes, in a sense everything is a wrapper for something. :) > last email is already workable, doesn't require shell scripting or > launching a child process, and doesn't interfere

[Twisted-Python] Perspective broker remote calls to multiple servers seem to run sequentially

2009-07-02 Thread Sean Hollingsworth
Let me start off by warning everyone that I am extremely new to twisted (I've been using it maybe a week) and it's highly likely some things don't work the way I think they should. Or, I'm just using them incorrectly. Some background on what I'm trying to accomplish: I have a client/server system

Re: [Twisted-Python] untwisting twistd

2009-07-02 Thread Phil Christensen
On Jul 2, 2009, at 12:08 AM, Mikhail wrote: > IMHO there is a misunderstanding here. The point, at least from my > POV is > to have the same functionality provided by twistd but with a different > interface. Right now twistd is a starter script that is used like: > >twistd -noy -l my.log my_a

Re: [Twisted-Python] Need working examples of imap4 client.

2009-07-02 Thread Pywinder Singh
A very belated reply... Thanks again for the code. From there, I was able to make a tool to clone imap mailboxes from server to server. Right now, it's a beast held together with rubber bands, and completely ignores use of a lot of other twisted practices and conveniences (application, connection

[Twisted-Python] problem on running apache2 + scgi

2009-07-02 Thread Chris
Hi, I was working on a project which use twisted.web2 scgi.I chose apache2 as the front end web server.the apache2 server will receive a http POST message which carry about 200k-1M data.I found that sometimes I get the correct answer but sometimes there is a exception: Traceback (most recent call l