Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Delphi threadvar: TLS thread local storage (https://www.delphipraxis.net/199629-delphi-threadvar-tls-thread-local-storage.html)

DP News-Robot 7. Feb 2019 05:11

Delphi threadvar: TLS thread local storage
 
Managing TLS correctly with all kinds of dynamic storage seems to be a nightmare. From what I think it’s safe to use a TStopWatch [WayBack]*System.Diagnostics.TStopwatch (introduced in Delphi XE2)*as threadvar*(which gets into TLS: Thread-local storage) because it’s a record type and as a bonus will be zero-initialised in something like this: threadvar ThreadStopwatch: TStopwatch; // […]

Weiterlesen...


Alle Zeitangaben in WEZ +1. Es ist jetzt 11:17 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz