Aug. 19, 2008
6:37 a.m.
Itamar Shtull-Trauring wrote:
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.
Ok
? 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).
Ok, thank you! Gabriel