From: Tony Juricic (tonygeek_at_[hidden])
Date: 2004-09-13 04:02:43


"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?

Tony