VYSE <[email protected]> added the comment:

I reproduce this by looping using httplib to request a file from local server.

Python standard library socket close func is not closing the native socket, but
assigning a dummy socket waiting for gc.

I guess increasing socket request in a short while and maybe my memory is too
large(128G) while minimark has to wait for a longer while.

Can gc detect the fd open count and try to collect if count reach the system 
limit?

----------
nosy: +VYSE
release:  -> 2.2

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue878>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to