S
suresh.gn
Dear Java experts,
I am working on an image processing application developed using Java.
We have developed good algorithms, but the speed with which it is
processing is very bad. I need to enhance the speed by atleast 50X. I
tried JNI calls to C. But it is not giving any perfomance enhancement.
In addition to that it is crashing very often with crash detail
ntdll.dll error.
1) Experts please give me your suggestions what I can do in this regard
to enhance the application speed?
2) What is the probable reason for hotspot JVM crash? (I am using
windows XP OS)
3) What are the other steps I can take to enhance the speed?
Thanks in advance
lang.java.programmer
I am working on an image processing application developed using Java.
We have developed good algorithms, but the speed with which it is
processing is very bad. I need to enhance the speed by atleast 50X. I
tried JNI calls to C. But it is not giving any perfomance enhancement.
In addition to that it is crashing very often with crash detail
ntdll.dll error.
1) Experts please give me your suggestions what I can do in this regard
to enhance the application speed?
2) What is the probable reason for hotspot JVM crash? (I am using
windows XP OS)
3) What are the other steps I can take to enhance the speed?
Thanks in advance
lang.java.programmer