Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
zvrba
7y ago
0 comments
Share
It's already there:
https://docs.microsoft.com/en-us/windows/desktop/ProcThread/...
You can set various limits, though I haven't seen functions to stop/resume a job.
0 comments
default
newest
oldest
ygra
7y ago
You can suspend and resume threads, so if you model your jobs with processes that could be used for that, I guess.
loa-in-backup
7y ago
*with threads
ygra
7y ago
Processes. A quick skim of the documentation linked by the person I answered suggests that processes can be associated with a job object, but threads cannot. But a process cannot really be suspended directly, except by suspending all its threads.
j
/
k
navigate · click thread line to collapse