On 5/8/06, Luis Neves <[EMAIL PROTECTED]> wrote:
Hi, peter royal wrote: > > Do you have more connections open than you think you do? (Perhaps > there's something thats not closing them) Perhaps, I can't figure out what, though. Even after I explicitly close connections in the messageSent() method I still get "Too many open files" error.
Use the 'lsof' utility to list all the open files in the system. You should do this before you get the error, so that you can figure out which process is using the fd and for what. Regards, Vinod.
