Thank you Leigh! This is exactly what I am looking for!

John Blayter
Land line: 303.731.3009
Mobile: 303.325.1979
http://www.blayter.com/john/

Denver ColdFusion User Group Manager
http://denvercfug.org/



On Sun, Aug 14, 2011 at 10:54 AM, Leigh <[email protected]> wrote:
>
> Try using currentThread.
> http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Thread.html#getName%28%29
>
> <cfset currThread = createObject('java', 'java.lang.Thread').currentThread()>
> <cfoutput>#currThread.getName()#</cfoutput>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346752
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to