We're still stuck with CF 4.5, but when we had instability and coring problems it was 
due to:
1) variables' locking
2) error handling

1) ALL instances of application, session, and server variables must be locked, no 
matter what kind of auto locking you have employed.  Any mention of a variable is 
either a read or a write, so lock accordingly.

2) Protect the server from errors.  For us, (Oracle) database errors are killers, 
bringing down the server.  Adding basic cftry/catch error handling saved the server, 
and logging all the cfcatch-scope info helped debug.

Chris Norloff

---------- Original Message ----------------------------------
from: "Riaz Sulaimi" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Wed, 27 Mar 2002 00:41:44 +0800

>Hi Chris,
>
>    Thanks for the link.
>
>    I have been having core problems with my CF5 on Solaris 8.
>
>    Any ideas what might be the cause?
>
>    Thanks again
>
>Riaz
>
>
>  ----- Original Message ----- 
>  From: Chris Norloff 
>  To: CF-Server 
>  Sent: Tuesday, March 26, 2002 10:20 PM
>  Subject: Re: Solaris 8 and CF5 question
>
>
>  According to Macromedia, it's not a problem with CF 5.
>
>  http://www.macromedia.com/v1/Handlers/index.cfm?ID=19093&Method=Full
>
>  Chris Norloff
>
>  ---------- Original Message ----------------------------------
>  from: "Riaz Sulaimi" <[EMAIL PROTECTED]>
>  Reply-To: [EMAIL PROTECTED]
>  date: Tue, 26 Mar 2002 18:10:54 +0800
>
>  >Hi all,
>  >
>  >With CF451 SP2 and Solaris 8, you will need to have SUNWnamos package install on 
>the Solaris 8 system. Without this package, CF451 will crash/cause core dump.
>  > 
>  >    Does anybody know if this is still applicable with CF5.0 and Solaris 8?
>  >
>  >    Thanks.
>  >
>  >
>  >Riaz
>  >
>  >
>  
>
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to