visual c++ - Windows Service Multi Core Utilisation -


We have many old visual C ++ 6 window services that are currently running on the same server The problem is that All services start using only one core (4 cores)

No. Until all services can use a single threaded (or use a single process), all OS can run each service in parallel to other services. Provides a separate core for. OS can not parallel the single thread of execution.


Comments