Hi,

Is there a way to encapsulate and hide the cflocking of persistent
variables? For example, in my app I would like to do:

     PersistentVariables.CustomerObj.Update()

Instead of:

     <cflock>
        Session.CustomerObj.Update()
     </cflock>

Basically the PersistentVariables CFC stores and manages all persistent
variables and locking.

Thanks,
Baz




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229338
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to