On 14 Mar 2005 03:15:06 +0100, Markus Lausser
<[EMAIL PROTECTED]> wrote:
> But this little test program also fails here with more than 256 entries:
> -----------------------

That's interesting. I tried your program here and it works fine for
1024 fds, but fails for 1025.

If I become root, I can do:

constable:/home/john/try # ulimit -n 2048
constable:/home/john/try # ./a.out 2048
poll() returned 0

So I guess the problem must be in your glibc or your kernel. I'm
suse9.0, if that's any help (kernel 2.4.21, I think glibc 2.3.3)
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to