• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java Threads vs Native Threads

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello. I am about to start a theorical investigation and benchmark. I was thinking about comparing performance in running threads using the Linux pthread.h vs using a Java application that does the same.

Do you think this is a possible investigation? If so, could someone tell me some tips on what I could make and where I should start?

If you don't think this is a good topic, do you think there's something similar I could focus on?

Thanks a lot for this help.
 
Ranch Hand
Posts: 1923
Scala Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
George Brown in the Linux-Forum seems to be well informed about threads in Linux, here you find a very recent posting.
Thread thread in Javaranch: Linux
reply
    Bookmark Topic Watch Topic
  • New Topic