Re: How does Synchronized code interact with other applications

2006-03-20 Thread David Kerber
Leon Rosenberg wrote: On 3/20/06, David Kerber <[EMAIL PROTECTED]> wrote: I have a situation where my java-Tomcat application will be writing lines of data one at a time (but quickly and lots of them, eventually approx 2 million lines per day, though only about 500k right now) to a disk fi

Re: How does Synchronized code interact with other applications

2006-03-20 Thread Leon Rosenberg
On 3/20/06, David Kerber <[EMAIL PROTECTED]> wrote: > I have a situation where my java-Tomcat application will be writing > lines of data one at a time (but quickly and lots of them, eventually > approx 2 million lines per day, though only about 500k right now) to a > disk file, and another, Delp