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
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
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,
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
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
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
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