Re: table locking using perl DBI

2004-04-28 Thread Ken Menzel
004 10:01 PM Subject: table locking using perl DBI > I have a perl cgi script that needs to lock the tables. Unfortunately, > as HTTP is a one shot protocol, once the cgi script completes execution, > the tables are unlocked. > > I need it to stay locked until another cgi script u

Re: table locking using perl DBI

2004-04-28 Thread Hans-Peter Grimm
Andy Ford wrote: I have a perl cgi script that needs to lock the tables. Unfortunately, as HTTP is a one shot protocol, once the cgi script completes execution, the tables are unlocked. I need it to stay locked until another cgi script unlocks them! Is there any other way of achieving this!? You c

table locking using perl DBI

2004-04-28 Thread Andy Ford
I have a perl cgi script that needs to lock the tables. Unfortunately, as HTTP is a one shot protocol, once the cgi script completes execution, the tables are unlocked. I need it to stay locked until another cgi script unlocks them! Is there any other way of achieving this!? Thanks Andy --