-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
1.3.3, 1.5.0
When an application uses a remote EJB3 interface the call is serialized and deserialized. While mandated by spec this is unnecessary if the EJB is running in the same JVM as the calling client. Having the option to skip serialization would bring JBoss inline with other major JEE vendors. Performance tests on a transactional application that has all business logic in stateless session bean methods is showing 20% cpu overhead just for the serialization. Having 20% more production CPU capacity is more important than claiming strict EJB3 compliance. JBoss AS response times are better too.
- blocks
-
JBPAPP-4691 Add flag to enable an optimization to skip serialization/deserialization of Remote interfaces running locally
- Closed
- is incorporated by
-
JBPAPP-4128 Upgrade ejb3-core to 1.3.3
- Closed
- is related to
-
AS7-3330 Allow configuring the EJB subsystem for disabling pass by value semantics for invocations on remote interfaces of beans
- Resolved