in reply to Re: (jeffa) Re: flocking databases
in thread flocking databases
And that is bad advice for this context. Working with dbm style files isn't like working with plain files. Originally the Perl Cookbook used such an approach and while I can't find an exact mention of the problem there's a quick overview at What about table and file locking?.
So - if you follow only the advice in the link jeffa gave you then you'll be only part way there. In general, if you've got flock() in your code and you're working with a database then you did something wrong.
jeffa didn't help you here at all. Bad jeffa.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) 4Re: flocking databases
by jeffa (Bishop) on Apr 14, 2003 at 14:41 UTC | |
by diotalevi (Canon) on Apr 14, 2003 at 14:46 UTC |