RE: Linux - Java Open Files

2001-10-03 Thread Weiqi Gao
On Wed, 2001-10-03 at 05:37, Jeff Singer wrote: > > I’m still not sure exactly what you meant with the open file issue. > If the open file is counted one per thread, is the file open for each > thread or only reported as open. If so lsof might not be accurate with > threads ?? That's correct, lso

RE: Linux - Java Open Files

2001-10-03 Thread Jeff Singer
age- > From: Anders Lindback [mailto:[EMAIL PROTECTED]] > Sent: 03 October 2001 12:21 > To: Jeff Singer > Cc: [EMAIL PROTECTED] > Subject: Re: Linux - Java Open Files > > > Jeff Singer skrev: > > I start a number of java applications (JDK 1.3.1_01) on our Red > hat 6

Linux - Java Open Files

2001-10-03 Thread Jeff Singer
Hi I need some clarification on a problem I'm having running java under Linux. I start a number of java applications (JDK 1.3.1_01) on our Red hat 6.2 box. Now as I understand what happens is, when a thread is spawned, each thread is cloned and becomes its own process. This is since JDK 1.3.x, w