Subject | English | Turkish |
comp., MS | fan-out thread | yayma iş parçacığı (A thread that creates multiple message copies and places them in the appropriate link queues. The dispatcher then triggers XFER OUT threads to process the fan-out message copies) |
comp., MS | thread component | iş parçacığı bileşeni (An SMS/Configuration Manager program that runs as a thread of the SMS Executive service component. A thread component can be started and stopped through the SMS/Configuration Manager Service Manager) |
comp., MS | thread-safe | iş parçacığı güvenli (Pertaining to multithreaded applications and how threads share and access data) |
comp., MS | thread safety | iş parçacığı güvenliği (The ability for multiple threads to access and share data in a correct way) |
comp., MS | waiting thread | bekleyen iş parçacığı (A thread whose execution is blocked while waiting for a wait function to return) |
comp., MS | worker thread | çalışan iş parçacığı (A thread commonly used to handle background tasks that the user should not have to wait for to continue using your application. Tasks such as recalculation and background printing are typically executed on worker threads) |
comp., MS | worker thread | arka plan iş parçacığı (A thread commonly used to handle background tasks that the user should not have to wait for to continue using your application. Tasks such as recalculation and background printing are typically executed on worker threads) |