Re: mutiprocessing gui

2017-09-12 Thread dieter
Antoon Pardon writes: > When one wants to combine multithreading and gui programming > all sorts of issues arise. So I wonder how one might combine > multiprocessing with gui programming. > > gui libraries typically have some registration mechanisme, > where you can register a call back for when d

Re: mutiprocessing gui

2017-09-11 Thread Stephan Houben
Op 2017-09-11, Antoon Pardon schreef : > When one wants to combine multithreading and gui programming > all sorts of issues arise. So I wonder how one might combine > multiprocessing with gui programming. > > gui libraries typically have some registration mechanisme, > where you can register a call

mutiprocessing gui

2017-09-11 Thread Antoon Pardon
When one wants to combine multithreading and gui programming all sorts of issues arise. So I wonder how one might combine multiprocessing with gui programming. gui libraries typically have some registration mechanisme, where you can register a call back for when data is available on a network conn