Re: [Twisted-Python] twistd tap file are not created

2009-03-09 Thread Pet
On Mon, Mar 9, 2009 at 9:02 PM, Drew Smathers wrote: > On Mon, Mar 9, 2009 at 8:02 AM, Pet wrote: >> Hello, >> >> I'm trying an example from twisted book and when I run this: >> twistd -n reverse_app.py >> >> application works, but no .tap file is created >> > > Are you sure the book states you c

Re: [Twisted-Python] twistd tap file are not created

2009-03-09 Thread Drew Smathers
On Mon, Mar 9, 2009 at 8:02 AM, Pet wrote: > Hello, > > I'm trying an example from twisted book and when I run this: > twistd -n reverse_app.py > > application works, but no .tap file is created > Are you sure the book states you can build tap files with twistd? mktap is the program for that. No

Re: [Twisted-Python] _Win32Waker

2009-03-09 Thread Jean-Paul Calderone
On Mon, 9 Mar 2009 09:17:14 -0500, Aron Bierbaum wrote: I have been unable to reproduce this problem on multiple machines that I have tested on. Also I have tried changing various network settings on my machine without any change. Do you have any ideas what I should be looking for? Not really,

Re: [Twisted-Python] _Win32Waker

2009-03-09 Thread Aron Bierbaum
I have been unable to reproduce this problem on multiple machines that I have tested on. Also I have tried changing various network settings on my machine without any change. Do you have any ideas what I should be looking for? Thanks, Aron On Fri, Mar 6, 2009 at 7:51 AM, Jean-Paul Calderone wrot

[Twisted-Python] twistd tap file are not created

2009-03-09 Thread Pet
Hello, I'm trying an example from twisted book and when I run this: twistd -n reverse_app.py application works, but no .tap file is created Another question, how are twisted daemons actually stopped? Pet reverse_app.py from twisted.application import service import reverse application = servi

Re: [Twisted-Python] sending large files from web2 http server

2009-03-09 Thread Markus Wanner
Hi, David Reid wrote: > I think this probably has something to do with the fact the IByteStream.read > may optionally return a Deferred making it quite easy to write code that > accidentally chain Deferreds to infinity and beyond. Such as if you're > calling IByteStream.read in the callback of an

Re: [Twisted-Python] sending large files from web2 http server

2009-03-09 Thread Markus Wanner
Hi, Jean-Paul Calderone wrote: > I haven't looked at how web2 handles IByteStream providers, but my first > guess would be that this is an example of a somewhat common bug where > Deferreds are chained to an arbitrary length based on application data > and when there's too much application data, t