That is sufficient, yes. You might even want to make that 'epoll' since it scales better than poll (assuming you're running on Linux 2.6+ only)
Best, Patrick 2011/4/27 Juan Antonio Ibañez Santorum <[email protected]>: > Must I make any change appart from start the app with twistd plus '-r poll'? > > 2011/4/27 Luke Marsden <[email protected]> >> >> >> 2011/4/26 Luke Marsden <[email protected]> >> >> You can also switch to using the "poll" reactor >> >> On Wed, 2011-04-27 at 08:01 +0200, Juan Antonio Ibañez Santorum wrote: >> > Is that the unique way to get mor than 1024 simultaneous connections? >> > >> > >> > Regads >> > >> >> On Linux and BSD, yes. See >> >> http://twistedmatrix.com/documents/current/core/howto/choosing-reactor.html >> for all the options for different platforms. >> >> -- >> Best Regards, >> Luke Marsden >> CTO, Hybrid Logic Ltd. >> >> Web: http://www.hybrid-cluster.com/ >> Hybrid Web Cluster - cloud web hosting >> >> Phone: +447791750420 >> >> > > > _______________________________________________ > Twisted-Python mailing list > [email protected] > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python > > _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
