From: Jerzy K. <jer...@un...> - 2011-11-03 21:31:19
|
Jason Morgan : > > I've had lots of success with multiprocessing, wx and visual. > > I've got a visual app which uses two multiprocessing processes as well > as a wx app with message queues between all of them and it works > perfectly. > I even get the frame rate I ask for..... > > Make your visual app run as a multiprocessing. (...) Noow, this is really interesting. The multiprocessing module is horribly heavy, but it manages (sometimes...) even to survive the bedlam which waits for the ingenuous people who try to do concurrency with TkInter... But if you use wx, tant mieux, as say the True French. Could you send me some examples? Thanks. Jerzy Karczmarczuk |