Question
Run a CFM/CFC at server start
I am wondering if it is possible to let a CFM run *before*
the CF8 server starts to accept other requests.
I would like to initialize a CFC in a server scope variable so i would not have to do that 500000x per day. I could put a IsDefined() block around every call, but having the server variable up and available before any other requests pour in would be too cool.
Any ideas?
I would like to initialize a CFC in a server scope variable so i would not have to do that 500000x per day. I could put a IsDefined() block around every call, but having the server variable up and available before any other requests pour in would be too cool.
Any ideas?
