Forum OpenACS Q&A: Re: Database disappeared

Collapse
5: Re: Database disappeared (response to 1)
Posted by Don Baccus on
You're guaranteed a commit after every HTTP request is satisfied.  And of course every DML statement that's not wrapped in an explicit transaction is itself a transaction with a subsequent commit.

So the answer is "a lot".