Subject | Spanish | English |
comp., MS | apartamento de subproceso | apartment threading (A COM threading model where all calls to an object occur on one thread. In apartment threading, COM synchronizes and marshals calls) |
comp., MS | bloqueo por subproceso | spinlock (A locking mechanism associated with a global data structure. This mechanism ensures that only one thread can get access to the data structure at any given time) |
comp., MS | componente de subproceso controlado | apartment-threaded component (A COM component that resides on a single thread of execution. Apartment-threaded components rely on COM to synchronize calls to them. All COM objects created with Visual Basic are apartment threaded) |
comp., MS | componente subproceso | 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 | modelo de apartamento de subproceso | apartment threading model (A COM threading model where all calls to an object occur on one thread. In apartment threading, COM synchronizes and marshals calls) |
comp., MS | modelo de subprocesos | threading model (The model that determines how the methods of an application's component are assigned to threads in order to be executed) |
comp., MS | número de subprocesos | Thread Count (In Task Manager, the number of threads running in a process) |
comp., MS | seguridad para subprocesos | thread safety (The ability for multiple threads to access and share data in a correct way) |
comp., MS | seguro para subprocesos | thread-safe (Pertaining to multithreaded applications and how threads share and access data) |
comp., MS | subproceso de detección de medios | media sense thread (The thread, or object within a process, that detects the presence of media) |
comp., MS | subproceso de distribución ramificada | 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 | subproceso de trabajo | 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 | subproceso en espera | waiting thread (A thread whose execution is blocked while waiting for a wait function to return) |