I've done a couple of changes to the patch :
1) moved the file callback list handling from fs/file.c to fs/fcblist.c
2) moved the functions definitions from include/linux/file.h to
include/linux/fcblist.h
3) added a new kernel config param CONFIG_FCBLIST
4) renamed the patch from /dev/poll to /dev/epoll ( event poll )
5) renamed the devpoll.c(.h) files into eventpoll.c(.h)
6) made CONFIG_EPOLL dependent of CONFIG_FCBLIST
7) fixed a locking issue on SMP
8) kmalloc/vmalloc switch for big chunks of mem
9) increased the maximum number of fds to 128000 ( maybe I'll change this to be
unbounded )
The new stuff will be published today in the same link :
http://www.xmailserver.org/linux-patches/nio-improve.html
About the old /dev/poll patch it seems to have problems when the number of
connections go over 8000-9000.
I don't know what it could be coz I've looked deeply inside the patch.
Maybe Niels or Charles can be more precise about this issue.
- Davide
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/