Bug 3659 - Prevent purging of TAO Transport entry if it is null
Summary: Prevent purging of TAO Transport entry if it is null
Status: RESOLVED FIXED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.5.8
Hardware: All All
: P3 enhancement
Assignee: Johnny Willemsen
URL:
Depends on:
Blocks: 3680
  Show dependency tree
 
Reported: 2009-04-24 13:59 CDT by Jeff Parsons
Modified: 2010-08-20 12:11 CDT (History)
2 users (show)

See Also:


Attachments
patch file (684 bytes, patch)
2009-04-24 13:59 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:59:23 CDT
Created attachment 1142 [details]
patch file

Attached patch file that eliminates the purging of an entry from the transport cache manager if the entry is null, sent in by Russ Noseworthy et al.
Comment 1 Johnny Willemsen 2009-04-26 13:06:06 CDT
the purge_entry does this check already, don't see a need todo this in the caller code.
Comment 2 Johnny Willemsen 2009-04-27 01:22:32 CDT
changed to wontfix
Comment 3 Martin Corino 2010-08-20 09:48:14 CDT
Implemented intended optimization in transport cache ::purge_entry() itself.
See revision 91404.