Aug. 18, 2008
12:36 p.m.
On Mon, 2008-08-18 at 12:11 +0200, Gabriel Rossetti wrote:
or can I directly call it like :
srv.sendMessage(my msg")
You can do that, yes.
? I followed the wx integration tutorial on the Twisted homepage. I guess my question is more like : "Does the wxPython integration make it run in the reactor thread or not".
wxreactor makes wx run in same thread as Twisted, yes (at least from your point of view).