Search Results

3
votes
8answers
1k views

Delphi Win API CreateTimerQueueTimer threads and thread safe FormatDateTime crashes

Hi This is a bit of a long question, but here we go. There is a version of FormatDateTime that is said to be thread safe in that you use GetLocaleFormatSettings(3081, Forma …
3
votes

Delphi Win API CreateTimerQueueTimer threads and thread safe FormatDateTime crashes

I am not sure if it is good form to post an "Answer" to my own question but it seemed logical, let me know if that is uncool. I think I have found the problem, the thread local storage ide …
0
votes

Delphi Win API CreateTimerQueueTimer threads and thread safe FormatDateTime crashes

The problem with Indy is that if you need many connections it's not effiecient at all. It requires one thread per connection (blocking I/O) which doesn't scale at all, hence the benefit of IOCP and …