[Twisted-web] resolving a hostname problem

Jp Calderone exarkun at divmod.com
Wed Aug 24 23:31:57 MDT 2005


On Wed, 24 Aug 2005 18:28:34 +0100, Raphael Arbuz <raphaelarbuz at netcourrier.com> wrote:
>Sorry, here is a more complete listing of the part that could help:

The program calls functions from the wrong thread.  Almost every single Twisted API may only be invoked from the reactor thread.

Why are you using threads at all?  Most programs don't need them.

Jp



More information about the Twisted-web mailing list