
When does mailman create file locks, and for how long do they
exist? (i know they will linger around if the program crashed, but under normal operation, how long?)
AMK4
-- W | | I haven't lost my mind; it's backed up on tape somewhere. |____________________________________________________________________
Ashley M. Kirchner <mailto:ashley@pcraft.com> . 303.442.6410 x130
SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Laboratories, Inc. . eFax 248.671.0909
http://www.pcraft.com . 3550 Arapahoe Ave #6
.................. . . . . Boulder, CO 80303, USA

Short unhelpful answer: as long as they're needed.
Time varies. I believe most of the admin CGI scripts lock them only while generating the form or processing form input; the qrunner I believe locks the list while contacting the MTA to send the outgoing message (but it may drop the locks and reacquire them).
Relatively-short periods of time, anyway, and if there's no python process running, the lock shouldn't be held.
"Ashley M. Kirchner" wrote:

Short unhelpful answer: as long as they're needed.
Time varies. I believe most of the admin CGI scripts lock them only while generating the form or processing form input; the qrunner I believe locks the list while contacting the MTA to send the outgoing message (but it may drop the locks and reacquire them).
Relatively-short periods of time, anyway, and if there's no python process running, the lock shouldn't be held.
"Ashley M. Kirchner" wrote:
participants (2)
-
Ashley M. Kirchner
-
Dan Mick