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 / First Aid / February 2006

Tip: Looking for answers? Try searching our database.

Selector or different threads

Thread view: 
SabaUd@walla.co.il - 04 Feb 2006 20:59 GMT
Hello,
Im designing a communication program which has to listen to 5 different
ports at all time, and handle async messages from the ports.
What design is better: using Selector or using different thread for
each socket?
Steve Horsley - 05 Feb 2006 12:25 GMT
> Hello,
> Im designing a communication program which has to listen to 5 different
> ports at all time, and handle async messages from the ports.
> What design is better: using Selector or using different thread for
> each socket?

I think it's really a matter of which you find easier to work
with. At this level, you don't need multiple threads for
performance, and you don't need a selector to avoid swamping with
too many threads.

A problem you may have to deal with if you use multiple threads
is locking adn thread-safety issues when sharing data between
threads.

A problem you may have to deal with if you use selector is error
conditions on individual ports, and how they affect a selector
which is attempting to select on all 5 ports - possibly remove
the erroring port from the selector set?

Steve


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.