Re: [OPEN-ILS-GENERAL] [OPEN-ILS-DEV] Apache leaking sockets/FD

2015-07-24 Thread Galen Charlton
Hi, On Thu, Jul 23, 2015 at 10:02 PM, Josh Stompro stomp...@exchange.larl.org wrote: Adding a close seems to have fixed the problem for me. [snip] Now when I load a bib detail record the number of orphaned sock connections doesn’t keep climbing. I’ll test some more and open a bug if it

Re: [OPEN-ILS-GENERAL] [OPEN-ILS-DEV] Apache leaking sockets/FD

2015-07-23 Thread Josh Stompro
-ils-general-boun...@list.georgialibraries.org] On Behalf Of Josh Stompro Sent: Thursday, July 23, 2015 2:27 PM To: Evergreen Discussion Group Subject: Re: [OPEN-ILS-GENERAL] [OPEN-ILS-DEV] Apache leaking sockets/FD I just took a look at a test system running Debian Wheezy with EG 2.8.2 and Opensrf

Re: [OPEN-ILS-GENERAL] [OPEN-ILS-DEV] Apache leaking sockets/FD

2015-07-23 Thread Josh Stompro
Hello Mike, Lsof –n –P –p pid doesn’t give any new info about those connections. ot@virt-egapp2:/openils/var/templates# lsof -n -P -p 5684 COMMANDPIDUSER FD TYPE DEVICE SIZE/OFF NODE NAME /usr/sbin 5684 opensrf cwdDIR 0,45 4096 34071974 /

Re: [OPEN-ILS-GENERAL] [OPEN-ILS-DEV] Apache leaking sockets/FD

2015-07-23 Thread Josh Stompro
-ils-general [mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Josh Stompro Sent: Thursday, July 23, 2015 1:31 PM To: Evergreen Discussion Group Subject: Re: [OPEN-ILS-GENERAL] [OPEN-ILS-DEV] Apache leaking sockets/FD This is what strace shows me. [pid 14793] socket

Re: [OPEN-ILS-GENERAL] [OPEN-ILS-DEV] Apache leaking sockets/FD

2015-07-23 Thread Josh Stompro
: Re: [OPEN-ILS-GENERAL] [OPEN-ILS-DEV] Apache leaking sockets/FD I found this page that seems to say that a close is always needed after a shutdown of a socket to free the FD. http://www.perlmonks.org/?node=108244 I’ll look at my other test systems and see if I see the same issue, but haven’t

Re: [OPEN-ILS-GENERAL] [OPEN-ILS-DEV] Apache leaking sockets/FD

2015-07-23 Thread Josh Stompro
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Josh Stompro Sent: Thursday, July 23, 2015 10:03 AM To: Evergreen Development Discussion List; Evergreen Discussion Group Subject: Re: [OPEN-ILS-GENERAL] [OPEN-ILS-DEV] Apache leaking sockets/FD Hello Mike, Lsof –n –P –p pid