Number of channels in a selector

What the limitation for number of channels in a selector in 1.4.2 ?.
[75 byte] By [omkaa] at [2007-10-2 21:16:46]
# 1
I'm not sure when they lifted it but certainly in 1.4.0 it was 63 or 64 on Windows. I'm pretty certain this was fixed by 1.4.2. There was no restriction on other platforms that I'm aware of.
ejpa at 2007-7-14 0:25:02 > top of Java-index,Core,Core APIs...
# 2
Might it be that they lift it up only to 128 ?, since I'm having trouble when trying to exceed 128.
omkaa at 2007-7-14 0:25:02 > top of Java-index,Core,Core APIs...
# 3
No, they added a system of sub-selectors that each handle 63 or 64 and communicate with the main selector via a java.nio.channels.Pipe. No limit now. What problem are you experiencing?
ejpa at 2007-7-14 0:25:02 > top of Java-index,Core,Core APIs...
# 4
It's OK now.Thanks
omkaa at 2007-7-14 0:25:02 > top of Java-index,Core,Core APIs...
# 5
So how did you fix it?
ejpa at 2007-7-14 0:25:02 > top of Java-index,Core,Core APIs...