Application running as a service is not able to create the same number of processes as when it runs
Posted
by Pini Reznik
on Server Fault
See other posts from Server Fault
or by Pini Reznik
Published on 2010-05-25T11:17:25Z
Indexed on
2010/05/25
11:21 UTC
Read the original article
Hit count: 159
I have a Windows application which creates up to 35 processes and it's working OK when it's running from cmd. But when it is executed as a service on the same machine it is able to create only 20 processes and all other are killed because of some kind of resource exhaustion problem.
The problem is persistent on one Windows 2003 server but not reproducible on other servers.
Can it be because the system has run out of desktop heap? http://support.microsoft.com/kb/184802
How can I check it?
© Server Fault or respective owner