Ok, this is something that has got me stumped. I have a web app that uses odbc to connect to a sybase db. Upon calling odbc_connect, a file handle is create to /etc/odbc.ini to make the connection. The handle is NEVER released. Everytime the connection is made it creates a NEW handle for that file. Any ideas anyone? I just saw 50k+ handles in lsof.
Thanks!