Re: locking rcvstore?

2002-07-11 Thread John Summerfield
Chris Garrigues [EMAIL PROTECTED] wrote: I always call rcvstore with this wrapper: #!/bin/bash ... and it would be nice if it weren't needed. I'm not convinced that it is needed. The only risk is that your sequences might be corrupted. I prefer that to the problems caused by

Re: locking rcvstore?

2002-07-11 Thread Michael Richardson
Aside from trashing sequences (which I've experienced on occasion, no idea why) I've run into situations where I wind up doing an inc from two difference sources into the same folder. Usually due to impatience on my part. The result was a mess of two processes using the same message

Re: locking rcvstore?

2002-07-11 Thread Sean Kamath
[In a message on Thu, 11 Jul 2002 14:29:20 EDT, the pithy ruminations of Michael Richardson were:] Aside from trashing sequences (which I've experienced on occasion, no idea why) I've run into situations where I wind up doing an inc from two difference sources into the same folder.