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