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
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
> 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
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
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
> 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
>
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
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