I am hosting a webservice created with CFC components under MX 6.1. If the webservice has not been called for a few hours (about 4+), the next time it is called it takes about 90 seconds to return. Normally, it takes 3 to 6 seconds to return.
I have noticed that whenever it takes the 90+ seconds, all of the related BeanInfo.class and .class files were refreshed in the "cfc-skeletons" directory. This leads me to believe it is recompiling all of the dependent CFC objects beneath the webservice. However, this recompilation should be unnecessary as none of the dependent CFC code has changed. Why is this happening, and can I change this behavior? I have identical versions of this webservice hosted on two webservers (development and production), and the behavior is the same in both cases. On the dev server, in the CF Admin Caching settings, both the "Trusted Cache" and "Save Class Files" are unchecked, while on the production server, the "Trusted Cache" is still unchecked but the "Save Class Files" is checked. Any help would be greatly appreciated ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213725 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

