Dan O'Keefe wrote:
> I saw this function in an earlier thread, and found this info on
> FusionCube's site. Has anyone ever used this?

Used it a few times (don't remember the arguments, if any). But I am not 
sure if it is a good idea to incorporate it in code except for 
debugging, since this works quite different in CF MX:

<cflock name="serviceFactory" type="exclusive" timeout="10">
        <cfobject action="create" type="java" 
class="coldfusion.server.serviceFactory" name="factory"/>
        <cfoutput>#factory.mailSpoolService.verifyServer()#</cfoutput>
</cflock>

Jochem

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to