Reload the applications individually from the URL www.whatever.com?reload=true or how ever you have it configured in ColdSpring.
See if that helps. On Thu, Feb 19, 2009 at 10:07 AM, George <[email protected]> wrote: > > Hi everyone - I'm sorry to jump in on a thread but I'm having a very > similar issue. I've got a CF8 dedicated server that has 2 model-glue > apps on it. They've got their own APP_KEY and are running their own > copies of Model-Glue in their site structures. > > Yesterday, we had something happen on the server that was causing the > processors to lock up so one of the guys rebooted the server to fix > the problem. Shortly after the reboot I tried to restart both of the > Model-Glue websites and I'm running into the CFLOOP timeout issue. I > updated the JDK to 1.6 update 12, that didn't fix it, have rolled back > to 1.6 update 11 and that hasn't fixed it. > > I'm desperate for ideas on what I can do to get these two websites up > and running again. Any help would be appreciated! > > Thanks, > George > > On Feb 18, 9:05 pm, denstar <[email protected]> wrote: > > On Wed, Feb 18, 2009 at 5:25 PM, Andrew wrote: > > > > ... > > > > > In a production environment, how do we handle the fact that we have > > > 10s or 100s of requests going to the MG app as it's starting up? > > > Ideally I'd like to hold off all the traffic until we know the MG app > > > is completely loaded, because my suspicion is that CF is getting > > > bogged down with all these concurrent requests. > > > > Hrm. In the past, I just used a plain CFM file as a place-holder, and > > then switched it out with the real deal, once loaded. > > > > There was only one server where this was a real problem (Xserve)... > > since switching to a cluster (which rocks! Clusters are the > > bomb-diggity--) it hasn't been an issue, but I'm sure if we have the > > whole shi-bang go down, we'd run into something like that, for a bit > > at least, so... > > > > How about using onRequest in Application.cfc to see if MG is loaded, > > and if not, pass the request off to a vanilla CFM "upgrading app, > > please wait" or whatnot page? > > > > Haven't tried it, but it's what jumps to mind for some type of > > automated (without using bash scripts, etc. ;]) process. > > > > Real world solutions welcome! =] > > :DeN > > > > -- > > There is nothing makes a man suspect much, more than to know little. > > Francis Bacon > > > -- "Come to the edge, he said. They said: We are afraid. Come to the edge, he said. They came. He pushed them and they flew." Guillaume Apollinaire quotes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
