Over the last few weeks we have noticed our servers starting to queue up and 
often not recover; upon inspecting the stack trace, we invariably see lines 
like the following;

Thread "jrpp-485":
     - waiting to lock <0x60597d10> (a java.lang.Class)
    Runing a CFQUERY
    at D:\Live\wwwroot\admin\blah.cfm:109
Thread "jrpp-484":
     - waiting to lock <0x60597d10> (a java.lang.Class)
    Runing a CFQUERY
    at D:\Live\wwwroot\admin\data\blah2.cfm:104
Thread "jrpp-483":
     - waiting to lock <0x60597d10> (a java.lang.Class)
    Runing a CFQUERY
    at D:\Live\cfc\outsource\blah3.cfc:53


What is interesting, is that when these line numbers are followed, they are 
always pointing to **Query of Queries**. Has anyone come across this kind of 
thing before, my searches on these and other forums reveal nothing.

Many Thanks



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292226
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to