[JBoss Remoting] - Remoting - "replacing control socket" Question
by vidhya Baskaran
vidhya Baskaran [http://community.jboss.org/people/vbs_jboss_accnt] created the discussion
"Remoting - "replacing control socket" Question"
To view the discussion, visit: http://community.jboss.org/message/556125#556125
--------------------------------------------------------------
We have a JBOSS server ( messaging - 1.4.6. GA and remoting is from the 5.0.0 GA version) used exclusively for messaging purposes, and the last few weeks ,we see this in the remoting logs -
DEBUG [org.jboss.remoting.transport.bisocket.BisocketClientInvoker,] (secondaryServerSocketThread[0]) SocketClientInvoker[1acf0ed, bisocket://x.x.x.x:1805340362] replacing control socket: Socket[addr=/x.x.x.x,port=1311,localport=36953]
and everytime this happens(its for multiple clients connected to the server), the remoting CurrentClientPoolSize keeps increasing and they never seem to go back to the pool.....
and this happens right on the hr or 30 mins past hr ( like 1 pm , 1.30 pm, 3 , 4, 9.... this varies...)
Does this have anything whatsoever to do with some configurations on the server or is this more on the network (like congestion, scans....something else ?? )
Any help is appreciated..
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/556125#556125]
Start a new discussion in JBoss Remoting at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 8 months
[Performance Tuning] - Socket Remoting tuning
by hira sirojudin
hira sirojudin [http://community.jboss.org/people/hirasirojudin] created the discussion
"Socket Remoting tuning"
To view the discussion, visit: http://community.jboss.org/message/556010#556010
--------------------------------------------------------------
Hi All,
Could Anyone kindly tell me how to configure jboss socket remoting in the best way.
currently i just got connected socket clients till 27K and this still far away from my bozz expectation.
by ejb3 remoting setting such below,
<!-- A socket transport parameter -->
<entry><key>enableTcpNoDelay</key> <value>false</value></entry>
<entry><key>maxPoolSize</key> <value>1000</value></entry>
<entry><key>socketTimeout</key> <value>100000</value></entry>
<entry><key>backlog</key> <value>10000</value></entry>
<entry><key>clientMaxPoolSize</key> <value>1000</value></entry>
<!--entry><key>timeout</key> <value>120000</value></entry-->
<!--entry><key>invokerdestructiondelay</key> <value>5000</value></entry-->
fyi, i run ejb3 in jboss 5.0 and client socket behaviour was one client invoker - multiple clients
Thanks for your cooperation,
BR.
Hira.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/556010#556010]
Start a new discussion in Performance Tuning at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 8 months