Re: jni c/c++ calls from java

2001-09-04 Thread Joseph Ottinger
. --- Joseph B. Ottinger [EMAIL PROTECTED] http://adjacency.org IT Consultant From: SriHari [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: jni c/c++ calls from java Date

Re: jni c/c++ calls from java

2001-09-04 Thread SriHari
PROTECTED] Subject: Re: jni c/c++ calls from java The performance points of C++ typically aren't much better than Java, although your results may vary on the specific application and your skill at coding. As far as whether JNI or out-of-process calls are more efficient... I'd say using JNI is much harder

AW: jni c/c++ calls from java

2001-09-04 Thread [Your Full Name]
PROTECTED]] Gesendet am: Dienstag, 4. September 2001 06:25 An: [EMAIL PROTECTED] Betreff: Re: jni c/c++ calls from java Hi On The Performance point of view which is much better to use As i said i want to invoke a c++ program froma java file and i will be using this operation for webbased project i

Re: jni c/c++ calls from java

2001-09-03 Thread SriHari
Hi On The Performance point of view which is much better to use As i said i want to invoke a c++ program froma java file and i will be using this operation for webbased project i would just like to know which is much better jni or java.lang.runtime bcause i want both Performance and