On Tue, Jan 20, 2009 at 9:52 PM, Koichi Tsunoda <[email protected]> wrote:
> I want to be able to write to a DB when certain events happen. I can create
> my own session and transaction and call it a day, but I'm wondering if
> there's an easy way to make the events automatically happen in a
> transaction.

Could you describe more precisely what you mean with transactional.
The FTP protocol itself does not contain transactionality, but in some
ways you could probably simulate it, like using QUIT as a commit
statement.

/niklas

Reply via email to