DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36681>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36681
------- Additional Comments From pr@objektpark.de 2005-09-18 10:49 -------
I think use 5.5.9 with fix pack with greater mcastDropTime (30 sec). At
production server you can't really use the farm deployer.
Personally I use only the fastasyncqueue sender mode for production server,
without waitAck and no message compression.
<Receiver
className="org.apache.catalina.cluster.tcp.ReplicationListener"
tcpListenAddress="auto"
tcpListenPort="@node.clustertcp.port@"
tcpSelectorTimeout="100"
tcpThreadCount="6"
compress="false" />
<Sender
className="org.apache.catalina.cluster.tcp.ReplicationTransmitter"
replicationMode="fastasyncqueue"
compress="false"
doProcessingStats="true"
queueTimeWait="true"
waitForAck="false"
autoConnect="false"
keepAliveTimeout="360000"
keepAliveMaxRequestCount="-1"/>
Can you please test your configuration, with greater mcastDropTime and report
the results?
Peter
PS:5.5.11 and more has a lot of usefull changes, but currently this release is
a good alpha.
PPS: The Bug 36540 is invalid: We don't support clustering without sticky session.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|