Joe, this looks like a memory corruption error and I have often seen this where shared scope variable (Application, Server and Session scopes) reads and writes have not been locked using CFLOCK. I assume this message is in the Server log, have you looked in the Application log also to see if there are references to specific CF templates. Also, what version of CF are you using?
Kind Regards - Mike Brunt, CTO Webapper Blog http://www.webapper.net Web site http://www.webapper.com Downey CA Office 562.243.6255 AIM - webappermb Web Application Specialists -----Original Message----- From: WebMaster [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 1:57 PM To: CF-Talk Subject: Unknown error threshold reached. Restarting service. Hi Guys, I am getting these errors every day (Unknown error threshold reached. Restarting service.) and the service is restarted multiple times a day. How do I trouble shoot this. This are no log entries around the time that indicate any error. Nothing in the KB either. Any bits I can turn on to help isolate this? Regards, Joe Hansen ----- Original Message ----- From: "Raymond Camden" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 4:39 PM Subject: RE: Using Evaluate > No - remember (unless I read him wrong), he said Request.thisQuery was > the _name_ of the query, ie, request.thisQuery = "GetUsers", and what he > really wants is GetUsers.Name. (Did I read you right Mike?) > > ======================================================================= > Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc > > Email : [EMAIL PROTECTED] > WWW : www.camdenfamily.com/morpheus > Yahoo IM : morpheus > > "My ally is the Force, and a powerful ally it is." - Yoda > > > -----Original Message----- > > From: Ryan Emerle [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, January 07, 2003 3:34 PM > > To: CF-Talk > > Subject: RE: Using Evaluate > > > > > > This should work: > > > > #Request.thisQuery["Name"]# > > > > -Ryan > > -----Original Message----- > > From: Mike Alberts [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, January 07, 2003 3:51 PM > > To: CF-Talk > > Subject: Using Evaluate > > > > > > Hello All, > > > > I've read many of you discouraging the use of the 'Evaluate' > > function, for > > performance reasons. So I ask ... > > > > Say I have code like this (within a cfoutput): > > > > #Evaluate(Request.ThisQuery & ".Name")#, where > > Request.ThisQuery is the name > > of a query that I set and ".Name" refers to a column in the > > table that I am > > querying. Obviously this returns the value of the column for > > that particular > > record. > > > > 1. Is there another way to code this to not use Evaluate? > > > > 2. If there ISN'T another way, would I be better off from a > > performance > > standpoint to run the Evaluate function once and set a > > variable with the > > value that it returns and just call that variable, instead of > > using Evaluate > > multiple times in the page (hope that made sense)? > > > > Thanks for any help, > > > > Mike Alberts > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

