cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
Difference between epoll and select
Difference between epoll and select
Feb 17, 2009 at 1:09pm UTC
DiptenduDas
(94)
Hi,
Can anybody please help me in understanding what are the basic difference between epoll and select?
When should I use epoll instead of select?
Please share some links which will help in understanding the same better.
Thanking in advance.
Mar 25, 2009 at 5:11am UTC
DiptenduDas
(94)
Does anybody have some idea in this regard?
Please share some thing which will be a gr8 help.
Thanking in advance.
Mar 25, 2009 at 1:01pm UTC
Duthomhas
(13201)
poll() and select() were written for the same purpose on different systems. You can use whichever is most convenient to you (or, on older systems, whichever is available to you).
Topic archived. No new replies allowed.