Re: Epoll in Glib

2006-12-18 Thread Alexander Larsson
On Mon, 2006-12-18 at 00:04 -0500, [EMAIL PROTECTED] wrote: > On Mon, Dec 18, 2006 at 03:17:23AM +, a h wrote: > > i like to use my gui for everything i can, and for small network > > apps. GTK/GLIB is currently lacking epoll, it currently only uses > > poll. Epoll would be a great addi

Re: Epoll in Glib

2006-12-17 Thread mark
On Mon, Dec 18, 2006 at 03:17:23AM +, a h wrote: > i like to use my gui for everything i can, and for small network > apps. GTK/GLIB is currently lacking epoll, it currently only uses > poll. Epoll would be a great addition as most new network > applications use it. It would be great to

Epoll in Glib

2006-12-17 Thread aaaaa hhhhh
i like to use my gui for everything i can, and for small network apps. GTK/GLIB is currently lacking epoll, it currently only uses poll. Epoll would be a great addition as most new network applications use it. It would be great to have this and if the computer doesnt have epoll supported revert