Steve Dower <steve.do...@python.org> added the comment:

> What problem do you have in mind that the fork server would solve?

My understanding is that the fork server solves the *general* problem of 
running arbitrary code before fork by making sure that only 
CPython/multiprocessing gets to run code before fork.

In this specific case where you're carefully running only forkable code at 
startup, it presumably won't help.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40255>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to