Re: [GENERAL] Transactions and web applications

2000-06-28 Thread Michael Mayo
- Original Message - From: "Lincoln Yeoh" <[EMAIL PROTECTED]> > What are the recommended ways to do transactions in web applications? > > Right now I have persistent database connections, but currently they are > shared by multiple sessions. So I make sure that database level > transaction

Re: [GENERAL] Transactions and web applications

2000-06-27 Thread brianb-pggeneral
Lincoln Yeoh writes: > At 10:01 PM 26-06-2000 -0400, Michael Mayo wrote: > >- Original Message - > >From: "Lincoln Yeoh" <[EMAIL PROTECTED]> > >> What are the recommended ways to do transactions in web applications? > Let me illustrate the problem with an example: > > page 1 > user logs

Re: [GENERAL] Transactions and web applications

2000-06-27 Thread Lincoln Yeoh
At 10:01 PM 26-06-2000 -0400, Michael Mayo wrote: >- Original Message - >From: "Lincoln Yeoh" <[EMAIL PROTECTED]> >> What are the recommended ways to do transactions in web applications? >> >> Right now I have persistent database connections, but currently they are >> shared by multiple se