[Twisted-Python] newbe twisted xmpp load
Itamar Shtull-Trauring
itamar at itamarst.org
Wed Mar 14 06:25:48 MDT 2007
On Tue, 2007-03-13 at 21:47 -0400, Wrene Robyn wrote:
> OH! I get it,
> I was under the impression that there was a different syntax for
> reactor.run() if you were using a poll reactor like pollreactor.run()
> or something. The code no longer throws up using import poll reactor.
> I am still capping off at around 984 connections but I believe this
> to be on os issue
In addition to reactor limitations there are also rlimits on how many
descriptors a user can use; you should be able to change those as root.
More information about the Twisted-Python
mailing list