[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: select() inside the kernel
- From: "Carr, Bill" <Bill Carr compaq com>
- To: "'tux-list redhat com'" <tux-list redhat com>
- Subject: RE: select() inside the kernel
- Date: Sun, 4 Mar 2001 09:55:58 -0500
Although it is not exactly what you asked for, there is a paper describing
the improvements in scalability by improving the poll() (similar to
select())
api, called /dev/poll. Check out
http://www.citi.umich.edu/techreports/reports/citi-tr-00-4.ps.gz
You can get the devpoll patch from
http://www.citi.umich.edu/projects/linux-scalability/patches/
Bill
-----Original Message-----
From: Roi Cohen [mailto:roi@sangate.com]
Sent: Sunday, March 04, 2001 1:54 PM
To: tux-list@redhat.com
Subject: select() inside the kernel
I'm interested in socket usage inside the kernel.
Specifically, I would like to implement a select() functionality in the
kernel,
i.e., one kernel thread pending on a set of sockets should wake up
as soon as one (or more) of the sockets receives a message.
I'd appreciate a sample code and/or guidelines for implementing a select
functionality.
Thanks,
Roi.
_______________________________________________
tux-list mailing list
tux-list@redhat.com
https://listman.redhat.com/mailman/listinfo/tux-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]