[Haskell-beginners] forkProcess behaviour

Michael Snoyman michael at snoyman.com
Wed Jul 25 08:28:05 UTC 2018


On Wed, Jul 25, 2018 at 11:27 AM PICCA Frederic-Emmanuel <
frederic-emmanuel.picca at synchrotron-soleil.fr> wrote:

> > Funnily enough, there's another discussion going on about this right now:
>
> > https://mail.haskell.org/pipermail/haskell-cafe/2018-July/129646.html
>
>
> :))
>
> > The basic answer is:
>
> > * You can create a process group and then kill the whole process group
> > * But a misbehaving program would still be able to escape it by creating
> its own process group, only something like cgroups can be fully reliable
> here
>
> My server will be managed via systemd, so I hope that it will be able to
> managed this  when restarting.
> Is there an haskell API in order to work with cgoups ?
>
>
None that I'm aware of.


> Cheers
>
> Fred
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20180725/22fce499/attachment.html>


More information about the Beginners mailing list