Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / June 2006

Tip: Looking for answers? Try searching our database.

select()'ing on a Selector

Thread view: 
Christopher Benson-Manica - 13 Jun 2006 16:02 GMT
When select() returns, is it guaranteed that each key in the
selectedKeys set is truly ready for at least one of the operations in
its interest set?  I have seen text suggesting that select() is a
hint, but I have seen nothing in Sun's documentation that suggests
that it is so.

Signature

Christopher Benson-Manica  | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org    | don't, I need to know.  Flames welcome.

EJP - 14 Jun 2006 03:39 GMT
> When select() returns, is it guaranteed that each key in the
> selectedKeys set is truly ready for at least one of the operations in
> its interest set?  I have seen text suggesting that select() is a
> hint, but I have seen nothing in Sun's documentation that suggests
> that it is so.

It is possible that a selected key is actually invalid, and that should
be your first test. Apart from that I suppose it might theoretically be
possible under some combination of multithreaded operations for a
selected key to have no readyOps(). Using normal NIO programming
techniques you would never detect that anyway, as you would test each
key for each readyOp in turn, and any unready key would just be ignored.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.