mpr/select.cpp File Reference
Detailed DescriptionManagement 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.
|
|