Subject | English | Korean |
comp., MS | RFID Worker Process account | RFID 작업자 프로세스 계정 (The Windows account whose identity is used to run worker processes that in turn execute event handlers and providers. This is applicable for Windows Server 2003 only) |
comp., MS | web worker API | 웹 작업자 API (The API that defines a way to run scripts in the background. Web Workers are specified in the World Wide Web Consortium (W3C)'s Web Workers specification) |
comp., MS | worker process | 작업자 프로세스 (The implementation of the core Web server in IIS. Worker processes run in W3wp.exe) |
comp., MS | worker process isolation mode | 작업자 프로세스 격리 모드 (The Web process model for IIS 6.0) |
comp., MS | worker role | 작업자 역할 (A cloud service role that provides a general-purpose environment for running application workloads. Typically, background processing for web applications running on web roles can be offloaded to instances of the worker role) |
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) |