On Mon, Jun 05, 2000 at 03:17:02PM +0200, Luca Minuti wrote:
> 
> My program must do this: if someone make some change to the data that the
> program
> manipulate other instance of the same program must update their own view.

Have your program set up a named pipe and add an input hander on that
file descriptor.  When other programs want your program to update its
view, write to the pipe.

Just an idea.

Matt


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to