Subject | English | Hebrew |
comp., MS | fan-out thread | רצף תגובות פרוס (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 | media sense thread | תהליך משנה לזיהוי מדיה (The thread, or object within a process, that detects the presence of media) |
comp., MS | Thread Count In Task Manager, the number of threads running in a process | ספירת הליכי משנה (Thread) |
comp., MS | thread-safe | בטוח להליכי משנה (Pertaining to multithreaded applications and how threads share and access data) |
comp., MS | thread safety | בטיחות הליכי משנה (The ability for multiple threads to access and share data in a correct way) |
comp., MS | waiting thread | הליך משנה מחכה (A thread whose execution is blocked while waiting for a wait function to return) |
comp., MS | worker thread | הליך משנה של רכיב עובד (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) |