[Twisted-Python] Reactors

Itamar Shtull-Trauring itamar at itamarst.org
Thu Nov 18 11:13:23 EST 2004


On Thu, 2004-11-18 at 15:33 +0000, Jp Calderone wrote:

>   Have you tried the unit tests?  Run `trial --reactor qt -R twisted'.
> I doubt anyone's done this in a long time, so I'm not sure what will
> happen, but the last time I saw it run, the results weren't pretty.
> The tests which fail should give you some idea of what functionality
> doesn't work with Qt (or perhaps just which tests incorrectly depend
> on unspecified behavior from the default reactor which the Qt reactor
> does not provide).

I suspect the Qt reactor is perfectly fine, and that the main issue is
with running tests. Like, reactor.iterate() taking way too long or
something. I don't think these issues will show up when running real
applications.





More information about the Twisted-Python mailing list