>> * Have the reactor run in a seperate thread from wx (making sure to
>> use reactor.run(installSignalHandlers=False))
>> * Spawn threads from wx->Twisted in the proper way: use
>> reactor.callFromThread(reactor.callInThread(someCall))

A small point, but my code snippet example should have been:

reactor.callFromThread(reactor.callInThread, someCall)

Cheers,
Reza

-- 
Reza Lotun
Senior Software Engineer
Peer Technologies Limited
r...@getpeer.com

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to