Article:
 |
|
Building Highly Scalable Servers with Java NIO
|
| Subject: |
|
Event Dispatch Threads |
| Date: |
|
2005-10-28 00:47:35 |
| From: |
|
nuno.santos
|
Response to: Event Dispatch Threads
|
|
Hi.
You are right in that the sample code is single threaded. It was a simplification I've made to post the code online, as I wanted to make the code as clear as possible. The original source code, uses a round robin strategy with around 3 to 4 threads. Implementing that is really a trivial extension, it should be no problem for anyone willing to spend an afternoon tweaking the code.
Cheers,
Nuno
|
Showing messages 1 through 2 of 2.
-
Event Dispatch Threads
2009-02-05 16:38:15
Rainman4500
[View]
-
Event Dispatch Threads
2005-12-31 19:47:23
Khiraly
[View]
Did you have multiple Selectors within the SelectorThread class with a round robin dispatcher or Mutliple Selector Threads?
Thanks