----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

On Wed, 3 Nov 1999, Pierpaolo Fumagalli wrote:

> Henri Yandell wrote:
> > 
> > So any idea why ps/top are 'getting it wrong'?
> > 
> It's not a problem w/ ps/top... It's a problem within the linux kernel
> not differentiating threads from processes...

There is no difference between a thread and a process (in linux), other
than the way they share memory pages.

Are you suggesting that the kernel should make an artificial grouping of
processes (threads) and call them a process? Maybe it should so that you
easily can send signals to a process using threads. And doing so would
probably make pthread implementation easier. I don't think it should just
to make top/ps happy.

> How many times do I have to say that again and again?

But confusing it is ...

/Urban



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to