Benoit Chesneau
Benoit Chesneau
do we have any clue about what was happening?
@firekim2 thanks! there i still one [last question](https://github.com/benoitc/gunicorn/pull/1846#pullrequestreview-194903763) to answer but otherise the change is OK for me :)
without showing the code it ill be hard to tell. Can you share a snippet?
There is no builtin way to achieve that yet. The `multiprocessing` module will not work there. More generally speaking sharing any object in memory between processes is really a bad...
@EeyoreLee well you are starting to mix concern. Why do you want to handle a deeplearning task inside your web application? Why not starting separatly and share it state using...
i don't think we should try to spawn indefinitely in any case anyway. We should probably handle the number of times we tried to respawn a worker in a time...
@adoukkali What do you mean by "silently" ? If something is crashing then it will crash. If you don't want to have the worker crashing, you should take measures in...
what would be the results of this types? How would they be used?
512M seems too small to run python on docker. try increase the memory size or the cpus. Not sure what 0.5 means there. Why not 1?
@berkerpeksag wanna want to do it? :)