$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aaron W. LaFramboise (aaronrabiddog51_at_[hidden])
Date: 2004-09-13 10:21:44
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