I found it more convenient to index verity daily with a batch job at night and not after every change. Verity - on my opinion sucks on many aspects - and this is one...
Daniel On 6/24/06, Doug Hughes <[EMAIL PROTECTED]> wrote:
Josh - The cfloop thing, I don't know what's up with that. It seems to be a Model-Glue thing. I saw it a lot right before my old server died. On my new server I don't see it at all. That said, you should be sure to make sure MG is not set to reload with each page load, that reactor is in production mode, and, if you can, turn on trusted caching. The saving of entries is slow because it adds the entry into verity. For some reason adding one entry into verity is just painful. I've considered ways to work around that, but haven't done anything yet. Doug -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Scott Sent: Saturday, June 24, 2006 2:24 AM To: [email protected] Subject: [Reactor for CF] Reactor/MG Blog Sample App Problem Hello, Is anyone else using the MG/Reactor sample blog app? I customized the look and feel and started using it: http://www.resonantmedia.com/blog The only problem is that it is VERY VERY SLOW and regularly gets these errors on save and update: The request has exceeded the allowable time limit Tag: CFLOOP The error occurred in C:\websites\resonantmed\core\ModelGlue\ModelGlue.cfc: line 495 Called from C:\websites\resonantmed\core\ModelGlue\ModelGlue.cfc: line 366 Called from C:\websites\resonantmed\core\ModelGlue\ModelGlue.cfc: line 337 Called from C:\websites\resonantmed\core\ModelGlue\ModelGlue.cfm: line 74 Called from C:\websites\resonantmed\blog\index.cfm: line 28 493 : <cfset listeners = variables.listeners[arguments.message.getName()] /> 494 : 495 : <cfloop from="1" to="#arrayLen(listeners)#" index="i"> 496 : <cfif listeners[i].async> 497 : <cfset arguments.eventRequest.trace("Message-Listener", "*Asynchronously* Invoking function ""#listeners[i].function#"" in controller ""#listeners[i].Controller#""", "<message-listener message=""#arguments.message.getName()#"" function=""#listeners[i].function#"" />") /> I am on a shared server, but this is ABNORMALLY slow, it takes like 3-4 mins to save a entry. What might be going on? I posted this on the MG list too because it is a MG app and the error is MG related. Thanks, Josh ------------------------------------------------ Joshua Scott Resonant Media Technologies, LLC. http://www.resonantmedia.com | http://blog.resonantmedia.com "It is impossible to get out of a problem by using the same type of thinking that it took to get into the problem." -- Albert Einstein -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

