Le 2018-06-18 à 22:47, William ML Leslie a écrit :
On 18 June 2018 at 22:18, Etienne Robillard <tkad...@yandex.com> wrote:
Hi,

Quick question: Does anyone of you know what is the effect of enabling
gc.enable() in sitecustomize.py when using PyPy? Can it reduce latency for
long-lived WSGI applications?

gc is enabled by default.  you only need to use gc.enable() if you
have earlier run gc.disable().

Good to know man! I didn't knew that.

Thanks for sharing.

Etienne

--
Etienne Robillard
tkad...@yandex.com
https://www.isotopesoftware.ca/

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to