error cflock application in cfc after coldfusion server restart
Hello,
I have a cfc which will be created in the "onRequestStart" method of application.cfc.
In this loaded cfc I will lock the application scope.
Everything is fine, but on the first run after I restart my coldfusion server I get a timeout error message.
The only thing I do in this cfc is to delete some keys from application scope.
Can someone help?
Do I need to clean application scope on first start?
On the first start the application scope is always empty, isn't it?
greets,
sven
