Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. steubi

    JVM on Solaris

    I agree that calling C code from Java is quite fast. But calling Java code from C is a lot slower (probably because you need to attach the thread to the JVM). The problem is that I need to do this call quite often (around 3000 times a second). So any gain in performance is welcome...
  2. steubi

    JVM on Solaris

    Thanks guys. I need a faster JNI implementation. I just wanted to check if there was any other JVM because the Sun one is too slow.
  3. steubi

    JVM on Solaris

    Hi, Does anybody know if there are other JVM than the Sun one available for Solaris? Do they implement JNI? Thanks for the help.
  4. steubi

    Problem with threads

    No, What I have done is send messages to thread 1 and 2 in turn (the message rate being really slow). Thread 1 is always faster than thread 2. But sometimes both of them become even slower.
  5. steubi

    Problem with threads

    Hi, I am trying to create two threads using the pthread library. Both threads have the same attributes and do the same thing (they are both listening to UDP port and waiting for messages). The issue here is that one of the thread (the one created last) is a lot slower than the other. (when I...

Part and Inventory Search

Back
Top