id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
190,Connections should be cleaned up asynchronously.,Bernhard Haumacher,,"After each usage, a KaRMI connection is cleaned up and put back into a connection pool. This cleanup is done in closeReceiveResult() on the client side and in closeSendResult() on the server side. Under certain circumstances (see uka.transport.MarshalStream.symmetricReset()), this cleanup requires sending and receiving additional data. Since the cleanup phase of a connection should not be on the critical path of a remote operation, it should be handled asynchronously in a helper thread. The only requirement is that the cleanup is finished before the connection is reused.

'''todo''' since 1.09a.
",enhancement,new,low,,uka.karmi,1.09a,normal,,,
