Re: Rollback?
Wolfgang Keller <[email protected]> Wed, 27 Sep 2006 13:54:16 +0200
| Newsgroups | gmane.comp.python.modeling |
|---|---|
| Message-ID | <[email protected]> |
> But, given that pessimistic locking locks any data that is going to be > updated, if your application is transaction-intensive updating the same data, > you'll get a lot of processes waiting at the same time. "Waiting for Godot" Or, as users of SAP call it in German; "Sanduhr-Anzeige-Programm" - Hourglass-Display-Program. >:-> > it won't even help if the framework had something like a central server on > top of the db & shared among different processes since the data still can > be updated directly at the database level by any other process. Well, I can forbid that for the main database of my application. > - optimistic locking: you'll get notifications when saving changes, How does this work? > giving you the opportunity to examine the change and, e.g., automatically > handle them or provide feedback to the user. That would be what I am looking for. Sincerely, Wolfgang Keller -- My email-address is correct. Do NOT remove ".nospam" to reply. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV