Hi All,

I'm developing and EJB3.0 application, using remote Call from client (java SE).

When I switch the EJB 3 Invoker to use Jboss Serialization, it seems to be 
slower. (about 200ms  for a remote call that takes 150ms with default config).

I only update the jboss-service.xml file located in 
/server/default/deploy/ejb3.deployer/META-INF

Here is the config of my invoker  ::

 
  |    <mbean code="org.jboss.remoting.transport.Connector"
  |           
name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
  |       <depends>jboss.aop:service=AspectDeployer</depends>
  |       <attribute 
name="InvokerLocator">socket://${jboss.bind.address}:3873/?serializationtype=jboss</attribute>
  |       <attribute name="Configuration">
  |          <handlers>
  |             <handler 
subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
  |          </handlers>
  |       </attribute>
  |    </mbean>
  | 

Tks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158009#4158009

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158009
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to