Re: Question about file locking

2010-03-17 Thread Curt Arnold
On Mar 17, 2010, at 10:13 AM, Tasso Angelidis wrote: > I'm using log4j in a pretty vanilla way... No extra applications logging to > the same file... 1 logger per class. Using RollingFileAppender... > > Is the file exclusively locked or share locked? > > And for Windows we all know that someti

Question about file locking

2010-03-17 Thread Tasso Angelidis
I'm using log4j in a pretty vanilla way... No extra applications logging to the same file... 1 logger per class. Using RollingFileAppender... Is the file exclusively locked or share locked? And for Windows we all know that sometimes a file can remain locked after unexpected program termination