Hi Glyph and Folks:
AM>I would be actually quite curious to know the rationale of choosing
AM>select() over epoll() these days. epoll() scales like O(1) with the
AM>number of file descriptors, it is very performant, stable, and has no
AM>limitation on the overall number of fds on linux (except
Message: 3
Date: Mon, 4 May 2009 02:15:25 -0400
From: Mohamed Lrhazi
Subject: [Twisted-Python] RTFM about custom reactors
To: twisted-python@twistedmatrix.com
Message-ID:
Content-Type: text/plain; charset=ISO-8859-1
Hi Mohamed:
>I was wondering if someone could point me in the right direct