exar...@twistedmatrix.com wrote:
> On 11:43 am, gabriel.rosse...@arimaz.com wrote:
>
>> Hello everyone,
>>
>> I have been trying to debug a Twisted app of mine and I noticed that in
>> tcp.py in
>> doRead() self.socket.accept() raises the following exception : error:
>> (11, 'Resource temporar
> Don't get too excited. Now I know I can blame you when it breaks! ;-)
No worries. Fee free to ping me directly if you have any problems with it.
>> > blurb for http://twistedmatrix.com/trac/wiki/SuccessStories ?
> Go ahead and post it to the list.
Ok, here's our Success Story blurb:
==
Tweet
On 11:43 am, gabriel.rosse...@arimaz.com wrote:
>Hello everyone,
>
>I have been trying to debug a Twisted app of mine and I noticed that in
>tcp.py in
>doRead() self.socket.accept() raises the following exception : error:
>(11, 'Resource temporarily unavailable'). It seems to just smother the
>e
Hello everyone,
I have been trying to debug a Twisted app of mine and I noticed that in tcp.py
in
doRead() self.socket.accept() raises the following exception : error: (11,
'Resource temporarily unavailable'). It seems to just smother the exception
though. I read in the python doc that sockets
Hi All,
I'm new to twisted but already fall in love with it... ;-)
I'm using the txAMQP library to connect and consume messages from an
AMQP server.
The examples of the txamqp library shown how to connect to the message
broker using the ClientCreator class.
What I'm trying to do is to use the twi