> 
> If that makes sense in the context of your application, go for it.
> ReadWriteLock is available in the j.u.concurrent package. All you have
> to do is to extend the default HttpConnection implementations, override
> public methods and make them acquire either read or write lock prior to
> calling the super method. 
> 

Oleg,

this assumes that DefaultHttp(Client|Server)Connection (a concrete
implementation) maintains no reading state that could interfere with
writing operations and no writing state that could influence reading
operations.

Can you confirm that this is the case, before I start with coding?

Thanks
MO

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to