Discussion:
Do the shell & spawn count?
(too old to reply)
Eran Kravitz
2005-09-08 15:56:57 UTC
Permalink
I have a couple of
quick questions:

1. Out of the 10
process limit, do we
count the shell and
spawn.exe as
processes as well?
In other words, if
the limit is 10 and
i run spawn.exe 9,
do I need to get an
error (since I have
the shell, spawn,
and 9 other
null.exe's trying to
run which totals in
11 processes)?

2. When a process
dies due to
exceeding the total
number of syscalls
allowed, should
there be any error
message displayed?

Thank you.
Adel Youssef
2005-09-08 16:34:19 UTC
Permalink
Post by Eran Kravitz
I have a couple of
1. Out of the 10
process limit, do we
count the shell and
spawn.exe as
processes as well?
Yes. They are still user processes.
Post by Eran Kravitz
In other words, if
the limit is 10 and
i run spawn.exe 9,
do I need to get an
error (since I have
the shell, spawn,
and 9 other
null.exe's trying to
run which totals in
11 processes)?
Yes.
Post by Eran Kravitz
2. When a process
dies due to
exceeding the total
number of syscalls
allowed, should
there be any error
message displayed?
Thank you.
Just kill the process.

Loading...