mpr/select.cpp File Reference

Management of socket select. More...


Detailed Description

Management of socket select.

Overview:
This modules provides select management for sockets and allows users to create IO handlers which will be called when IO events are detected. Windows uses a different message based mechanism. Unfortunately while this module can (and has been run on Windows) -- performance is less than stellar on windows and higher performance but not cross-platform alternatives are used for windows.
Remarks:
This module is thread-safe.

© Embedthis Software LLC, 2003-2009. All rights reserved. Embedthis is a trademark of Embedthis Software LLC.