Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by eegiffin

  1. eegiffin

    threading problem in cfc function

    The reason I believe that the cflock was necessary was based on the observable behavior of the site (the account bean was getting the wrong values set for its properties). The account bean wasn't just getting garbage values set, it was getting set to the account information for other valid...
  2. eegiffin

    threading problem in cfc function

    Consider this original function in a CF component: <cffunction name="getAccount" output="false" returntype="any"> <cfargument name="event" type="MachII.framework.Event" required="yes" /> <cfscript> var account = createObject("java","com.mycompany.user.Account").init(); // gets...

Part and Inventory Search

Back
Top