in reply to using perl to lock tables without locking myself
You do want to use your SQL server to do this - there is always the possibility that some other process not under your control will attempt to use your database. You don't mention what database server it is that you are using but does it support the:
syntax ?LOCK TABLE foo IN EXCLUSIVE MODE
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: using perl to lock tables without locking myself
by sdyates (Scribe) on Mar 13, 2002 at 02:51 UTC |