Benoit Chesneau

Results 726 comments of Benoit Chesneau

thanks for the patch. I understand the optimisations. Though we need to keep the reap worker call for this too lines: https://github.com/benoitc/gunicorn/pull/2808/files#diff-2cb7ac1e139f4df283747ee8c3cd0f26bfaa8aaf4c5891097f8c0e382d1a618aL516-L517 which catch the case we restart ourself. Maybe...

I guess this has to do with asyncio event loop interfering with the rest. I will have a look on it.

why would you expect error or debug logged to stdout instead of stderr? I think only info logs should be eventually logged to stdout. Also you can pretty easily redirect...

If you want the fD survive you will need to make sure the worker inherit from it at the system level. This can be done similarly to what does the...

i guess monitoring could be done by connected nodes and gossiped to others when it happen?

> So in other words such nodes would permanently be followers? exactly ^^ I will try to come with an implementation ASAP :)

@kjnilsson I was thinking about a non voter node that could potentially be promoted as a voter node. This had the following advantages: * reuse the current replication logic, but...

@michaelklishin what do you mean by pluggable interface, something which a follower would forward the messages like i described ? How would you reinstall the logs then?

i will take care of it next week as it's useful in my case. Implementing that part of the thesis should be easy