Re: VIdeo Converence Software: Tk and thread synchronization

2006-10-03 Thread Paul Rubin
"Eric Brunel" <[EMAIL PROTECTED]> writes: > General answer: no, it isn't. The only thing that seems to work > everytime on tk widgets from secondary threads is generating events > as above. I wouldn't bet on even that always being safe. > If you try to do anything else, you may experience deadl

Re: VIdeo Converence Software: Tk and thread synchronization

2006-10-03 Thread Eric Brunel
On Mon, 02 Oct 2006 14:42:15 +0200, Paolo Pantaleo <[EMAIL PROTECTED]> wrote: > Hi, > > I am going on writing my video conference software. I wrote the video > grab, code/decode, and netwoark (multicast) transport. > > I have one thread doing this: > > [thread 1] > while True: > for some times:

VIdeo Converence Software: Tk and thread synchronization

2006-10-02 Thread Paolo Pantaleo
Hi, I am going on writing my video conference software. I wrote the video grab, code/decode, and netwoark (multicast) transport. I have one thread doing this: [thread 1] while True: for some times: my_socket.recv() #blocking here store data compute image #here we have a complete new