0
votes
Delphi Win API CreateTimerQueueTimer threads and thread safe FormatDateTime crashes
For update2 :
There is a free IOCP socket components : http://www.torry.net/authorsmore.php?id=7131 (source code in …
5
votes
Synchronization for multiple readers, single writer?
There is a class for that purpose in RTL(sysutils) : TMultiReadExclusiveWriteSynchroniser
It is very easy to use. You don't need to strictly categorize your threads like re …
