Re: poll with timeout 0 in main loop

2010-10-21 Thread Maginot Junior
2010/10/22 Juan Pablo L. > hi, this is the code that makes the server socket > > // create the server socket and return the file descriptor > fd = tcp_server_listerner_new(new_server->configurations,&error); > if(fd < 0) > { > g_error("Could not create listener, server cr

Re: poll with timeout 0 in main loop

2010-10-21 Thread Maginot Junior
On Thu, Oct 21, 2010 at 11:27 PM, Juan Pablo L. < jpablolorenze...@hotmail.com> wrote: > > Hi, i have a problem with an application i m building with glib-2.24.2 on > linux, i create a server socket which i use to create a GIOChannel and add > it to a main loop, everything was fine until i found t