Angus Robertson - Magenta Systems Ltd wrote:
> ADO also supports non-blocking SQL Server commands, with an event
> triggered when the command finishes, so you don't even need threads
> for SQL.  ADO uses a thread internally, but that's a Microsoft
> problem, not ours.

Also non-blocking sockets are implemented in Windows by additional threads
internally. There's no way around threads when you want non-blocking behaviour,
however that's in indeed not our problem, the OS provides such nice features
so let's use them.

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to