Inter-Process comunication

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Sat Nov 8 09:44:42 EST 2003


Zunbeltz Izaola wrote:
> I want something like to send a signal each time the data is changed
> to execute DrawPlot(). I'm no proffesional programmer and i don't know
> wich technique is the best, signals, theread, anothero one ...
> Any sugestions?

Have a look at Pyro, http://pyro.sourceforge.net
You could stick your DrawPlot() method in a Pyro object
and call it -remotely- from the process/thread that
generated new data to plot.

--Irmen





More information about the Python-list mailing list