Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Java 5 threads in linux
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="alexandre_paterson, post: 2848428"] I forgot to add that you can easily see if you're using NPTL or not and you can force a process to use the old LinuxThreads (you'll be killing the perfs if you do so) if you want to: ....$ uname -a Linux saturne 2.6.16.33 #1 SMP Fri Mar 30 04:13:58 BST 2007 i686 GNU/ Linux ....$ getconf GNU_LIBPTHREAD_VERSION NPTL 2.3.6 ....$ export LD_ASSUME_KERNEL=2.4.1 ....$ getconf GNU_LIBPTHREAD_VERSION linuxthreads-0.10 If you're not familiar with Unix systems: don't worry about the "export" : the changes won't be permanent. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Java 5 threads in linux
Top