seb wrote:
> Hi,
>
> I am using pygtk for the first times.
>
> I am wondering what would be the best "pattern" to interface pygtk with
> a thread.
>
> The thread is collecting informations (over the network for example) or
> is doing some long calculations.

It sounds like you don't need to share all your memory--any time you're
trying to "seperate" threads, you probably want to be using processes
instead.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to