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/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

