[Twisted-Python] how to change default reactor of twisted.internet?

Itamar Turner-Trauring itamar at itamarst.org
Wed Dec 12 10:06:33 EST 2012


On 12/12/2012 09:52 AM, Anil KARADAG wrote:
>
> Hi all,
>
> I have a question about reactor of “twisted.internet” module. I found 
> below;
>
> The default reactor is “select”;
>
>
In newer versions of Twisted the default is not select, it may be poll 
or epoll depending on platform.

You are probably asking "how do I set the reactor", this is covered in 
http://twistedmatrix.com/documents/current/core/howto/choosing-reactor.html 
- if that is not your question you might want to explain a bit better 
what you need to know.



More information about the Twisted-Python mailing list