Ok, I may have figured this out, not a MG issue, so to close the thread.. I believe the issue was my cfc queried a large table, and the query was not cached. I think it was timing out on the bind. I added CachedWithin="#CreateTimeSpan(1,0,0,0)#" and it seems to have helped.
jeff On Nov 20, 5:39 pm, Preserved Killick <[EMAIL PROTECTED]> wrote: > Ok, more on this. I'm using CFSelect and binding to this cfc. > > <cfselect name="model" id="model" > value="model" > display="model" > bind="cfc:model.getdata.getmodels()" > class="input" > multiple="no" > bindonload="true" /> > > On Nov 20, 10:33 am, Preserved Killick <[EMAIL PROTECTED]> wrote: > > > For the life of me I can't figure out how to stop this error. > > Sometimes when I call the page that invokes the CFC, It gives an > > error: "Error invoking CFC ". It does not happen all time though. 8 > > times out of ten it will load fine, then throw the error every once an > > a while. > > > It's almost like the framework is sleeping, and can't load things > > quick enough before an error is thrown. > > > I'm on a VPS. Any ideas? It may not be a model-glue specific issue, > > however I'm only seeing this on my latest MG site. > > > Any suggestions appreciated, I'm out of ideas. > > > -Jeff --~--~---------~--~----~------------~-------~--~----~ 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 . -~----------~----~----~----~------~----~------~--~---
