Subject | English | Chinese simplified |
comp., MS | multithreaded apartment | 多线程单元 (An apartment that consists of one or more threads) |
comp., MS | multithreaded server application | 多线程服务器应用程序 (An application that creates multiple threads within a single process to service multiple user requests at the same time) |
comp., MS | multithreaded unsynchronized access | 多线程非同步访问 (The operation in which two or more threads attempt to call simultaneously into the heap) |