Steven, I think you're running up against an OS issue here. You might try appending the following to your /etc/system file:
set tcp:tcp_conn_hash_size=1048576 set sq_max_size=1024 set rlim_fd_max=4096 set rlim_fd_cur=1024 Also, there are a couple of KB's that address this. Take a look at: http://www.allaire.com/Handlers/index.cfm?ID=11772&Method=Full The default number of file descriptors on Solaris is *I think* still at 64. You're basically just being told that the process can't have any more files open because you've reached that limit. If you increase the limit, you should be fine. Hope that helps. John Cummings Macromedia, Inc. [EMAIL PROTECTED] AIM: jcummings1974 -----Original Message----- From: Steven Monaghan [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 12:20 PM To: CF-Talk Subject: Cold Fusion Error on Solaris We have just taken over hosting of a Cold Fusion website in-house. We are running on Solaris and have been live for just over 2 days without any problems. All of a sudden, everyone trying to connect to the site received the following error: Unix error number 24 occurred: Too many open files This was displayed in a standard Cold Fusion error format. My Sysadmin stopped and started the webserver running on the box, and the problem was resolved. Anyone else had a similar problem and willing to offer some guidance? Thanks, Steve ------------------------------------- Steven Monaghan Oracle DBA / Cold Fusion Developer MSC Industrial Direct Co., Inc. Melville, NY [EMAIL PROTECTED] http://www.mscdirect.com ------------------------------------- This e-mail is intended for the use of the addressee(s) only and may contain privileged, confidential, or proprietary information that is exempt from disclosure under law. If you are not the intended recipient, please do not read, copy, use or disclose the contents of this communication to others. Please notify the sender that you have received this e-mail in error by replying to the e-mail. Please then delete the e-mail and destroy any ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

