
13 Sep
2004
13 Sep
'04
3:21 p.m.
Tony Juricic wrote:
"Aaron W. LaFramboise" wrote:
On UNIX, a demultiplexor probably will be a wrapper for select(). On Windows, it might be a wrapper for WaitForMultipleObjectsEx().
Have you considered a completion port to get around 64 handles limitation?
Yes, I agree that this mechanism is the way to go. Using it, I do not think the handle limitation should be a problem. Aaron W. LaFramboise