users@glassfish.java.net

Re: ORB - IIOP Message body size

From: <forums_at_java.net>
Date: Mon, 10 Jun 2013 10:04:54 -0500 (CDT)

For those interested, the following changes work for us: - Extend
RMIClassLoaderSpi and overwrite getClassAnnotation to return null. - Package
the code into a jar file and put it in glassfish3/glassfish/modules/endorsed.
- Add the JVM parameter
-Djava.rmi.server.RMIClassLoaderSpi=fully.qualified.Classname Results: - Huge
reduction of message body size (e.g. 2k vs. 32k) - Load tests showed up to
30% better response times. Regards Bernd

--
[Message sent by forum member 'boernd']
View Post: http://forums.java.net/node/897107