Bug 3570

Summary: Transport cache max should be hard max
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 1.6.8   
Hardware: All   
OS: Windows NT   
Bug Depends on:    
Bug Blocks: 3680    

Description Johnny Willemsen 2009-02-12 05:38:19 CST
the transport cache max is now just a default allocation value, not a hard maximum which it should be
Comment 1 Johnny Willemsen 2009-02-17 08:05:19 CST
Tue Feb 17 14:03:39 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.cpp:
        * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.cpp:
        * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp:
        * tao/Strategies/DIOP_Connector.cpp:
        * tao/Strategies/SCIOP_Connector.cpp:
        * tao/Strategies/SHMIOP_Connector.cpp:
        * tao/Strategies/UIOP_Connector.cpp:
          Only the return of -1 with cache_transport should be seen as an error

        * tao/Cache_Entries_T.cpp:
          Updated some debug statements

        * tao/Condition.cpp:
        * tao/Condition.h:
          Changed delete_lock_ to a bool

        * tao/Exception.cpp:
        * tao/SystemException.cpp:
          Check for self assignment in operator=

        * tao/IIOP_Connection_Handler.cpp:
          Layout changes to debug statements and use ACE_TEXT

        * tao/IIOP_Connector.cpp:
          Check the return value of cache_transport

        * tao/Leader_Follower.inl:
          Const change

        * tao/LF_CH_Event.cpp:
        * tao/LF_Event.h:
        * tao/LF_Event.inl:
          Addeds state_name to LF_Event and print the state as string instead
          of number

        * tao/Strategies/SCIOP_Acceptor.cpp:
          Fixed gcc warning, don't use ACE_UNUSED_ARG anymore

        * tao/Strategies/SCIOP_Connection_Handler.cpp:
          Layout change

        * tao/String_Alloc.cpp:
          Simplified check

        * tao/Transport_Cache_Manager_T.cpp:
        * tao/Transport_Cache_Manager_T.h:
        * tao/Transport_Cache_Manager_T.inl:
          Updated various debug statements. When we have to purge the cache always try
          to purge the cache with 1 entry else we don't purge when we have a very small
          cache. Make the maximum transport cache size a real maximum, it was previously
          not a real maximum, just a default allocation value. This fixes 3570

        * tao/Transport_Connector.cpp:
          Check the return value of cache_transport.

        * tao/ZIOP/ZIOP.cpp:
        * tao/ZIOP/ZIOP.h
          Layout changes

        * tests/Bug_3558_Regression/client.cpp:
        * tests/Transport_Cache_Manager/Bug_3558_Regression.cpp:
          The cache has now a real maximum, updated these tests