From: Bruce S. <Bru...@nc...> - 2011-11-03 16:39:14
|
I'll mention that the graph module (vis/graph.py) uses the threading module in order to implement the crosshairs for reading a point on the graph when you drag the mouse over a graph with the left button down. Bruce Sherwood On Thu, Nov 3, 2011 at 8:18 AM, Jason Morgan <j.a...@gm...> wrote: > > 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.Process, then start other > processes and/or wx as you like. > > The other process is one that creates a named pipe to allow external > programs to interact with either wx or visual using multiprocessing.Queue. > > Cheers, > jason |