You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Peter Rossbach <pr...@objektpark.de> on 2006/03/14 10:46:16 UTC

Why we need at Http11AprProtocol a synchronization?

At a small review I find this inside:

o.a.coyote.http11.Http11AprProtocol
..
     public boolean process(long socket) {
...
L: 619
                    if (proto.getDomain() != null) {
                         synchronized (this) {
                             try {
                                 RequestInfo rp = processor.getRequest 
().getRequestProcessor();
...

==
Why the RequestInfo MbeanServer registration need a synchronization?

regards
peter




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org