Hello,
> I am using Jboss-3.0.3 and could not find any backlog in
> jboss-service.xml.
Yes, you must add it (it is not explicitly mentionned by default and uses a
default hard-coded setting):
> <!-- RMI/JRMP invoker -->
> <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker"
> name="jboss:service=invoker,type=jrmp">
> <attribute name="RMIObjectPort">4444</attribute>
> <!--
> <attribute name="RMIClientSocketFactory">custom</attribute>
> <attribute name="RMIServerSocketFactory">custom</attribute>
> <attribute name="RMIServerSocketAddr">custom</attribute>
> -->
so you add:
<attribute name="Backlog">XXX</attribute>
Where XXX is the value you want.
> </mbean>
But, once again, if it is a 3.0.3, I suspect it is more an OS-tuning issue
as the default is already at 200 (which is quite high).
Cheers,
Sacha
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".