rmannibucau commented on issue #409: CXF-7710: ClientImpl is memory-leak prone
URL: https://github.com/apache/cxf/pull/409#issuecomment-384700653
 
 
   Yes, basically all the volatile (threadlocal) states could be closed here 
and the longer time cache (wsld etc) can be put in the bus or equivalent (by 
default) and therefore keep the client.close fast and the overall client 
efficient. Issue with these new API is that you can't write a portable app 
anymore. This is my main concern.
   Ensuring the client set and reset the state properly is surely saner for all 
consumers (native cxf, jaxws, jaxrs), no?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to