Is there a way with Turbogears to synchronize a specific method. I have a method that will perform a specific operation in the database. It needs to be able to be called by any user at any time, but the requests need to operate one at a time.
I could import Lock from threading.. but that doesn't seem like a very nice thing to do to cherrypy. Thoughts? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

