Subject | Italian | English |
comp., MS | analisi dei thread lunghi | long parsing (In the SQL system there are two typical types of threads: - short thread: it is a process that use the resources for a short time and - long thread: it is a process that use the resources for a long time. long parsing: is the analysis of the threads that lived for a long time Note: the definition of short/long is based on the system calculation/statistic for each process) |
comp., MS | apartment a thread multipli | multithreaded apartment (An apartment that consists of one or more threads) |
comp., MS | apartment a thread singolo | single-threaded apartment (An apartment that consists of exactly one thread) |
comp., MS | apartment a thread singolo dell'applicazione | application single-threaded apartment (A single-threaded apartment the thread of which is the core UI thread for an application window) |
comp., MS | componente thread | thread component (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 | con thread di tipo Both | both-threaded (Pertaining to a threading model in which the object has the characteristics of an apartment-threaded object as well as a free-threaded object) |
comp., MS | Conteggio dei thread | Thread Count (In Task Manager, the number of threads running in a process) |
comp., MS | discussione in thread | threaded discussion (In an online forum, such as a newsgroup, a series of messages or articles in which replies to an message are nested directly under it instead of arranged in chronological or alphabetical order) |
comp., MS | thread di discussione | discussion thread (In an online forum, such as a newsgroup, a series of messages or articles in which replies to an message are nested directly under it instead of arranged in chronological or alphabetical order) |
comp., MS | thread di lavoro | 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) |
comp., MS | thread di rilevamento supporti | media sense thread (The thread, or object within a process, that detects the presence of media) |
comp., MS | thread di tipo fan-out | 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 | thread in attesa | waiting thread (A thread whose execution is blocked while waiting for a wait function to return) |