Re: [OT] How does Synchronized code interact with other applications

2006-03-21 Thread Hadraba Petr
Hi, On 3/20/06, David Kerber <[EMAIL PROTECTED]> wrote: > Caldarale, Charles R wrote: > > >>From: David Kerber [mailto:[EMAIL PROTECTED] > >>Subject: Re: [OT] How does Synchronized code interact with > >>other applications > >> > >>Ok

Re: [OT] How does Synchronized code interact with other applications

2006-03-20 Thread David Kerber
Caldarale, Charles R wrote: From: David Kerber [mailto:[EMAIL PROTECTED] Subject: Re: [OT] How does Synchronized code interact with other applications Ok. So if I were to port the Delphi app to java and run it as another thread in my app, I would be ok there... Not necessarily. You

RE: [OT] How does Synchronized code interact with other applications

2006-03-20 Thread Caldarale, Charles R
> From: David Kerber [mailto:[EMAIL PROTECTED] > Subject: Re: [OT] How does Synchronized code interact with > other applications > > Ok. So if I were to port the Delphi app to java and run it > as another thread in my app, I would be ok there... Not necessarily. You will s

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: [OT] How does Synchronized code interact with other applications

2006-03-20 Thread David Kerber
Caldarale, Charles R wrote: From: David Kerber [mailto:[EMAIL PROTECTED] Subject: How does Synchronized code interact with other applications This has nothing to do with Tomcat. I suspected that, but wasn't sure; that's why I mentioned it. If I use a Synchronized block

RE: [OT] How does Synchronized code interact with other applications

2006-03-20 Thread Caldarale, Charles R
> From: David Kerber [mailto:[EMAIL PROTECTED] > Subject: How does Synchronized code interact with other applications This has nothing to do with Tomcat. > If I use a Synchronized block around my code that does the > writing to disk, will the Delphi app (assuming competent >

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

How does Synchronized code interact with other applications

2006-03-20 Thread David Kerber
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, Delphi, appication will be reading and processing those line