Mulitple shell scripts accessing a single log file
- From: invincible <imanuk2007@xxxxxxxxxxxxxx>
- Date: Thu, 12 Jun 2008 11:54:38 -0700 (PDT)
Case: A single log file, which is been written simultaneously,
randomly by several scripts.
Doubt: Would there be any problems if multiple scripts try writing to
a single file ? Like file lockout or something like this when one
script writes to the log another is not allowed to do so.
Info: Log is update by using >> LOGFILE method.
.
- Follow-Ups:
- Re: Mulitple shell scripts accessing a single log file
- From: Stephane CHAZELAS
- Re: Mulitple shell scripts accessing a single log file
- From: Rikishi 42
- Re: Mulitple shell scripts accessing a single log file
- Prev by Date: Re: Trying to pad a 40 digit number with zeros with no luck
- Next by Date: Re: Mulitple shell scripts accessing a single log file
- Previous by thread: Debugging Shell Script
- Next by thread: Re: Mulitple shell scripts accessing a single log file
- Index(es):
Relevant Pages
|