Please report new issues athttps://github.com/DOCGroup
Created attachment 1141 [details] patch file Attached patch file that prevents close_connection on a TAO event handler from being called multiple times, sent in by Russ Noseworthy et al.
we need a regression test for this patch, this seems a hack for an other issue, but I haven't seen that happen. connection management has been changed a lot.
Nothing to add to Johnny's comment.
to pool
Fri Aug 27 12:22:35 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl> * tao/Connection_Handler.h: * tao/Connection_Handler.inl: * tao/Connection_Handler.cpp: Added a mutex to guard that we only close once, this fixes bugzilla 3658 * tao/Transport.cpp: Fixed debug message