[tahoe-dev] Multiple introducers
Brian Warner
warner-tahoe at allmydata.com
Mon Apr 14 23:19:37 PDT 2008
On Mon, 14 Apr 2008 21:33:38 -0700
Chris Goffinet <cg at chrisgoffinet.com> wrote:
> I haven't dived into the source yet but was curious, as you start
> having > 100 connections, I know your using Twisted framework, any
> thoughts on using epoll reactor if its not used when you start
> having higher load?
Yeah, epoll will become important as the load gets higher. The Tahoe node is
run from a .tac file (the "tahoe start" command is really just a friendly
front-end for "twistd -y *.tac"), so it would be easy to insert
"--reactor=epoll" into the twistd arguments when the time comes.
cheers,
-Brian
More information about the tahoe-dev
mailing list