Alle Funktionen sind threadsicher und verwenden innere Datenparallelität, wo immer das möglich ist.
All functions are thread-safe and use data parallelism internally, when possible.
Die readline Extension ist nicht threadsicher!
Diese Version des Kollektors ist threadsicher, unterstützt C++ und nutzt die Standardeinstellungen für alles Andere.
This version of the collector is thread safe, has C++ support and uses the defaults for everything else.
Instanzmember sind nicht garantiert threadsicher.
Any instance members are not guaranteed to be thread safe.
Der zweite Eintrag ist threadsicher.
Dieser Typ ist threadsicher.
This type is thread safe.
Diese Methode ist nicht threadsicher.
Alle Store-Operationen sind threadsicher.
All store operations are thread-safe.
Daher sollten die Prozesse einer Cloud- Anwendung durch die Anwendung einer Share-Nothing-Philosophie und die Nutzung des Multithreading-Prozesses threadsicher gemacht werden.
Hence, wherever possible, the processes of a cloud application should be made thread-safe through a share-nothing philosophy and leverage multi-threading.
Hinweis: Stellen Sie in Multithread-Anwendungen sicher, dass der Zugriff auf die globalen DLL-Daten synchronisiert (threadsicher) ist, um eventuelle Beschädigungen von Daten zu verhindern.
Note In multithreaded applications, make sure that access to the DLL global data is synchronized (thread safe) to avoid possible data corruption.
Die Zuweisung eines 64-Bit-Werts auf einem Computer mit 32-Bit-Intel-Prozessor stellt keinen atomaren Vorgang dar, d. h., der Vorgang ist nicht threadsicher.
Assigning a 64-bit value on a 32-bit Intel computer is not an atomic operation; that is, the operation is not thread safe.
Die ODR-Kurvenanpassung ist jetzt threadsicher und verfügt über Parallelisierung.
ODR curve fitting is now thread safe and has built-in parallelization
Wenn Python mit Threads verwendet wird, ist das sqlanydb-Modul threadsicher.
The sqlanydb module is thread-safe when using Python with threads.