[jboss-user] [Remoting] - Re: Client timeouts while waiting for response from server

tomerc do-not-reply at jboss.com
Thu Nov 30 03:03:53 EST 2006


Hi,

First of all thank you for the quick reply.

We are working directly with jboss remoting (without any ejb), we currently have 4 clients machines talking to one server. the client machines are under a heavy load and are constantly quering the server.

The configuration for the connector is :

    <mbean code="org.jboss.remoting.transport.Connector" xmbean-dd="org/jboss/remoting/transport/Connector.xml"
  |            name="jboss.remoting:service=Connector,transport=Socket"
  |            display-name="Socket Transport Connector">
  |         <depends>jboss.remoting:service=MulticastDetector,transport=multicast</depends>
  |         <depends>SIM:service=Storage</depends>
  |         <!--attribute name="InvokerLocator"><![CDATA[socket://storage:8084]]></attribute-->
  |         <!--attribute name="InvokerLocator"><![CDATA[socket://${bind.addrres}:8084]]></attribute-->
  |         <attribute name="InvokerLocator"><![CDATA[socket://${bind.addrres}:8084/?simStorageMode=${storage.mode}]]></attribute>
  |         <attribute name="Configuration">
  |             <config>
  |                 <handlers>
  |                     <handler subsystem="get">com.flash.storage.handlers.server.GetServerInvocationHandler</handler>
  |                     <handler subsystem="remove">com.flash.storage.handlers.server.RemoveServerInvocationHandler</handler>
  |                     <handler subsystem="set">com.flash.storage.handlers.server.SetServerInvocationHandler</handler>
  |                     <handler subsystem="exists">com.flash.storage.handlers.server.ExistsServerInvocationHandler</handler>
  |                 </handlers>
  |             </config>
  |         </attribute>
  |     </mbean>

Thank you.
Tomer

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989941



More information about the jboss-user mailing list