Article:
 |
|
Building Highly Scalable Servers with Java NIO
|
| Subject: |
|
Event Dispatch Threads |
| Date: |
|
2005-09-22 13:01:42 |
| From: |
|
Pawlorj
|
|
|
|
Hello,
In your article you mention using a round robin technique on a pool of Event Dispatch Thread. I downloaded your example code, but it seems that everything is dispatched from the SelectorThread, i.e., the server is single threaded. Am I missing something? Where are the Event Dispatch Threads being created?
Thank you,
Bob
|
Showing messages 1 through 4 of 4.
-
Event Dispatch Threads
2006-06-20 01:48:43
jirhum
[View]
-
Event Dispatch Threads
2005-10-28 00:47:35
nuno.santos
[View]
-
Event Dispatch Threads
2009-02-05 16:38:15
Rainman4500
[View]
-
Event Dispatch Threads
2005-12-31 19:47:23
Khiraly
[View]
I try to user the sample code oh nuno santos about NIO, did you find Where are the Event Dispatch Threads being created?
thanks.