Performance optimizations:
- All synchronous connections are finalized in the worker thread in order to reduce amount of switches between the thread-pool and event loop - Even cancelation on socket that does not has pending events does not cause breaking of main event loop
Authored by: artyom-beilis 2010-07-03
Parent: [r1305]
Child: [r1307]