Remy Maucherat wrote:

Au menu:
- Using Embedded
- Using JMX (which I think is cool)
- Using the in-memory connector

Speaking of which, the in-memory connector might be good for a bare bones JNI connector, if someone wants to try. The current JK JNI has about the same overhead os a socket, so it could improve performance.

What do you mean by same overhead as a socket ?


It does go through the same marshaling process - because JNI has a huge cost on Strings and almost anything that requires allocation. But at least the current version should be a bit faster than TCP or unix domain.


Costin



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to