Getting a list of running requests in ColdFusion 9 standard edition
问题 Does anyone know if there is a way in Adobe ColdFusion 9 standard edition to get a list of the running requests? Maybe by invoking a method from one of the CF Java objects, like coldfusion.server.ServiceFactory??? I know in enterprise you can use the server monitor for this but as we are using standard edition we do not have the server monitor available. Thanks. 回答1: Thanks to the steer from @barnyr I have managed to get some code that will output a list of the currently running script names,