Re: [Twisted-Python] Inconsistency in ReconnectingClientFactory

2010-11-09 Thread Brandl, Albert
Hi! Am Mittwoch, den 03-11-2010 um 15:10 schrieb exar...@twistedmatrix.com: > One reason to prefer not to have a fixed value as maxDelay is that > always picking a random values ensures that you'll never have a stampede > of clients all attempting connections at once. This should of course be

Re: [Twisted-Python] twisted daemonize problem

2010-11-09 Thread Neal Becker
Thanks for the suggestions. I'd also like to add authentication, but it seems rather daunting. Maybe I could just restrict the xmlrpc to listen only on connection from the local host? ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com h

Re: [Twisted-Python] twisted daemonize problem

2010-11-09 Thread Marco Giusti
On Tue, Nov 09, 2010 at 06:58:05AM -0500, Neal Becker wrote: > Thanks for the suggestions. > > I'd also like to add authentication, but it seems rather daunting. You should not. Add basic or digest authentication is really easy. Take a look at Calderone's Twisted Web in 60 seconds: HTTP authentic