On Wednesday, July 16, 2003, at 12:53PM, Steven Carr <[EMAIL PROTECTED]> wrote: > >Doh, Im very sorry, I forgot to attach the script. > >Thanks in advance, > >Steve. >------------------------------------------------------------------ >#!/opt/perl5.8.0/bin/perl ># ISH Authenticaiton script ># External Authenication script for CommuniGate Pro.
Couple of typos there! :-) This sort of memory growth's been mentioned before. I don't think it is a leak, but a hunt through the list archives might reveal some clues. Is there any reason why your script creates a new connection for every different password it is checking? Have you tried creating a single connection outside the loop and simply issuing each bind on it? Cheers, Chris
