>>> Artur Biesiadowski <[EMAIL PROTECTED]> 05-Feb-01 2:27:31 PM >>>

>As far as JNI/CNI is concerned... I don't know what you 
>mean by client side java. Is JNI any better at server side ? 

JNI is not called as often on the server side... a servlet app will
have to read and write from a TCP socket as native ops... a client
side Swing app will have a lot more interaction with the native
libraries (every time the mouse moves fire an event etc...).

That's all I meant.


Nic

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to