This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: debugging threads vs processes


"Boehm, Hans" wrote:

> Here are a few other bits of information about linuxthreads, and a partial
> defense of it:

There is clearly good things with LinuxThreads (i.e. simplicity, ...)
But as long as, at least...
  - top
  - ps
  - kill
  - gdb

... are not fixed, and to not really understand the difference between a thread
and a process, using multithreaded application in Linux will remain a huge pain.

In my opinion, the LinuxThread design (1-1 mapping) is sound, but
its implementation is incomplete and not ready for prime time use.

Cedric



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]