Author: remy.maucherat(a)jboss.com
Date: 2008-11-26 07:25:21 -0500 (Wed, 26 Nov 2008)
New Revision: 865
Modified:
trunk/PATCHES.txt
Log:
- Reject multiple pollers (I would be really surprised that this is actually a scalability
issue, and JBW advanced event
stuff would require additional complexity).
Modified: trunk/PATCHES.txt
===================================================================
--- trunk/PATCHES.txt 2008-11-25 14:42:05 UTC (rev 864)
+++ trunk/PATCHES.txt 2008-11-26 12:25:21 UTC (rev 865)
@@ -22,3 +22,7 @@
719602
Dynamic change for maxThreads in the bare bones thread pool, which go against its
simplicity goal
(an executor should be used instead)
+
+720728
+Multiple pollers, which adds the complexity of needing a map to track to which poller a
connection belongs
+(needed in IO event mode). There are 3 pollers already, which should be able to handle a
lot of traffic.
Show replies by date