#3994: Add support for creating and interrupting process groups
---------------------------------+------------------------------------------
Reporter: hamish | Owner:
Type: proposal | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.12.1
Keywords: | Difficulty:
Os: Unknown/Multiple | Testcase:
Architecture: Unknown/Multiple | Failure: None/Unknown
Patch: 0 |
---------------------------------+------------------------------------------
Comment(by hamish):
Perhaps signalProcess and signalProcessGroup should be added to
System.Process.Internals for unix systems, but sadly windows can only send
a SIGINT like event and only to a process group, so they would not be
portable.
I think terminateProcess and interruptProcessGroup make it clear to the
user what is portable (terminating any process and interrupting a process
group).
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3994#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs