Re: Bound Threads (Re: Process vs Thread: what are the consequences?)



Lew wrote:
Lew wrote:
I'm finding my google-fu not quite strong enough to come up with a definitive understanding of how Sun's JVMs use native threads,

Except for this comment:
"The NPTL approach keeps the 1-on-1 thread mapping (1 user or Java thread to 1 kernel thread), but leverages the kernel for thread-related operations, including signal handling, synchronization, and thread creation speed," explains Calvin Austin, who serves as both lead engineer on Sun Microsystems' port of J2SE to the Linux OS, and J2SE 1.5 specification lead. "The NPTL library is now available in Red Hat Linux 9 by default. This is a very exciting time for Java Linux developers."

<http://java.sun.com/developer/technicalArticles/JavaTechandLinux/RedHat/>

--
Lew
.



Relevant Pages

  • [VulnWatch] Fwd: Ptrace hole / Linux 2.2.25
    ... The Linux 2.2 and Linux 2.4 kernels have a flaw in ptrace. ... * Create a kernel thread ... /* Copy and release all segment info associated with a VM */ ... /* Free all resources held by a thread. ...
    (VulnWatch)
  • Kernel thread communication
    ... We are porting a third party BSP code written in vxworks for MPC8260 to ... monta vista linux Version 2.4 for MPC8260. ... How can I do kernel thread ... communication between two kernel threads using message queue. ...
    (comp.os.linux.development.system)
  • Re: Process vs Thread: what are the consequences?
    ... Just based on some experimentation I was doing, ... I'm running Linux with the Sun JVM, and it didn't map each Java ... thread to a native thread until the Java thread was spending enough time ...
    (comp.lang.java.programmer)
  • Re: Process vs Thread: what are the consequences?
    ... Just based on some experimentation I was doing, ... I'm running Linux with the Sun JVM, and it didn't map each Java ... thread to a native thread until the Java thread was spending enough time ...
    (comp.lang.java.programmer)
  • Re: 2.6 Kernel Threads
    ... On Mon, 16 May 2005, linux wrote: ... > can u tell how i can start/stop a kernel thread in 2.6.x series kernel??? ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)