Does a process intensive Windows Service that handles heavy requests use more CPU, more RAM or both or neither?
In a nutshell, this Windows Service uses a 3rd party component in processing requests that take a long time to complete.
Anyone? Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The term “process intensive” refers to something that eats a lot of CPU cycles.
It may or may not also happen to use use a lot of RAM, but there is no direct relation between these two. A process can take a long time to complete without being process intensive in the above sense, for example if the computer is waiting on some kind of I/O like a disk or internet connection, or some kind of shared resource.