On Nov 3, 2010, at 10:23 PM, exar...@twistedmatrix.com wrote:
> On 01:45 am, ndbeck...@gmail.com wrote:
>> On modern linux, signalfd can be used to convert sigchld into an event
>> on a
>> file descriptor. Looks like just what is wanted for processProtocol.
>
> It does, indeed. I'm not sure it'
On 01:45 am, ndbeck...@gmail.com wrote:
>On modern linux, signalfd can be used to convert sigchld into an event
>on a
>file descriptor. Looks like just what is wanted for processProtocol.
It does, indeed. I'm not sure it's really worth bothering though. Here
are the drawbacks of using signalf
On modern linux, signalfd can be used to convert sigchld into an event on a
file descriptor. Looks like just what is wanted for processProtocol.
There is also a python interface here:
https://launchpad.net/python-signalfd/+download
This test seems to work for me:
import signalfd
import signal
On 12:01 pm, albert.bra...@weiermayer.com wrote:
>Hi!
>
>The ReconnectingClientFactory class allows to define the instance
>variable maxDelay. Its documentation is "Maximum number of seconds
>between connection attempts."
>
>maxDelay is used in the retry() method to bound self.delay. But this
>happ
Hi!
The ReconnectingClientFactory class allows to define the instance
variable maxDelay. Its documentation is "Maximum number of seconds
between connection attempts."
maxDelay is used in the retry() method to bound self.delay. But this
happens in the _first_ step of the calculation of sel