Juergen Kreileder wrote:To clarify: yes, RH9 has NPTL. However, NPTL changes the behavior of threading on Linux (actually makes it more POSIX compliant). These subtle changes in behavior tend to cause problems with complex software that is tightly tied to the underlying thread model. Certainly the existing Linux JVM's have had a LOT of tweaking done to them in order to deal with "differences" in Linux's thread model. This is also a problem for the WINE project (as another example). So, the simple thing to do is disable NPTL and use the old, less scalable thread model (basically you just set an environment variable and magically glibc uses LinuxThreads-style pthreads). It's my understanding that the Sun JVM does this, as does the WINE project. I am not certain about the IBM VM, but since they have not released a new VM since NPTL was released on a mainstream Linux platform (RH9), I suspect this is not the case. Someone who knows more, please let me know.Christopher Smith <[EMAIL PROTECTED]> writes: I suspect that prior to NPTL being usable, changes will have to be made both the VM and the standard libraries. Perhaps with luck Sun/IBM/etc. can just use code from other POSIX platforms. I don't know. --Chris |
- Volano Report update John Neffenger
- Re: Volano Report update Marco Trevisan
- Re: Volano Report update Hui
- Re: Volano Report update Christopher Smith
- Re: Volano Report update John Neffenger
- Re: Volano Report update Christopher Smith
- Re: Volano Report update Juergen Kreileder
- Re: Volano Report update John Neffenger
- Re: Volano Report update Christopher Smith
- Re: Volano Report update Hui Huang
- Re: Volano Report update Joseph Shraibman
- Re: Volano Report update Hui Huang
- Re: Volano Report update Jesus M. Salvo Jr.
- Streaming any of /dev/* w... Christian Kruggel
- Re: Streaming any of /dev... Trent Jarvi
- Re: Streaming any of /dev... Trent Jarvi
- Re: Volano Report update Christopher Smith
- Re: Volano Report update Hui Huang
- Re: Volano Report update John Neffenger
