English | Russian |
multithreaded apartment | многопотоковое подразделение (An apartment that consists of one or more threads; A form of multithreading that is supported by Component Object Model (COM). In a multithreaded apartment model, all of the threads in the process that have been initialized as free-threaded reside in a single apartment) |
multithreaded server application | многопоточное серверное приложение (An application that creates multiple threads within a single process to service multiple user requests at the same time. Rori) |