Y
Hacker News
new
|
ask
|
show
|
jobs
by
diath
247 days ago
OpenProcess retrieves a handle to an existing process rather than creating a process so it won't be governed by JOB_OBJECT_LIMIT_ACTIVE_PROCESS, the bug here is that it's leaking handles, not processes.
1 comments
Arnavion
247 days ago
Ah yes, in that case the relevant limit would be one on total handles, which doesn't seem to exist.
link