http://qs321.pair.com?node_id=190171


in reply to Memory leak with socket

We had a memory leak in a Perl application server process, and suspected the socket code. The leak went away (or was reduced to the barely noticable point) when we upgraded to 5.6

Our workaround while dealing with the leak was to restart the server process every N thousand requests. Ugly, but it kept thing chugging along.