Re: socket question

2006-11-06 Thread Chris Cole
long to > run, the GUI shouldn't block. Maybe if you posted an example of what > you're trying to do, I'd be able to help you out more... > > Samuel Cormier-Iijima > > [1] http://www.gnetlibrary.org/ > > On 11/5/06, Chris Cole <[EMAIL PROTECTED]> wrote

socket question

2006-11-05 Thread Chris Cole
hello all, i'm developing a client side gui whose main task is to process data coming from a remote server. no matter how i try to get around it (threads, queues, etc), gtk always hangs whenever i do a call socketFoo.recv(). i know there has to be someone out there who can help me with this __