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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to