Havoc Pennington wrote:
> Hi,
> 
> 2008/6/25  <[EMAIL PROTECTED]>:
>> 1)I use glib's main event loop, but why glib's main event loop don't support
>> epoll/kqueue?

The GLib event loop has been designed to handle a low number of file
descriptors. Typical Gtk+ applications uses only 1 file descriptor (the X
connection).

See the bug Havoc mentioned and also:
http://bugzilla.gnome.org/show_bug.cgi?id=143061

Johan
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to