Bug 3658 - TAO Connector patches
Summary: TAO Connector patches
Status: RESOLVED FIXED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.5.8
Hardware: All All
: P3 enhancement
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks: 3680
  Show dependency tree
 
Reported: 2009-04-24 13:56 CDT by Jeff Parsons
Modified: 2010-08-27 07:23 CDT (History)
1 user (show)

See Also:


Attachments
patch file (2.06 KB, patch)
2009-04-24 13:56 CDT, Jeff Parsons
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Parsons 2009-04-24 13:56:23 CDT
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.
Comment 1 Johnny Willemsen 2009-04-26 13:04:13 CDT
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.
Comment 2 Jeff Parsons 2009-04-27 12:19:25 CDT
Nothing to add to Johnny's comment.
Comment 3 Johnny Willemsen 2009-05-26 04:27:36 CDT
to pool
Comment 4 Johnny Willemsen 2010-08-27 07:23:16 CDT
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