[tao-users] change request / enhancement of RTCORBA thread pool

Johnny Willemsen jwillemsen at remedy.nl
Wed Jan 20 08:47:15 CST 2016


Hi,

Thanks for using the PRF form. Shouldn't there be new methods in the
header and why add _array to the operations? Could you also adapt one of
the RTCORBA unit tests or add a new one to demonstrate how these methods
should be used?

Independent of that, for additions please create a github pull request,
see https://github.com/DOCGroup/ATCD/

Best regards,

Johnny Willemsen
Remedy IT Expertise BV
Postbus 81 | 6930 AB Westervoort | The Netherlands
http://www.remedy.nl

On 01/20/2016 03:41 PM, GILBERT Jean-Louis wrote:
> *PRF change request / enhancement of RTCORBA thread pool*
> 
>  
> 
> *   ACE VERSION: 6.3.0 – TAO VERSION: 2.3.0*
> 
> * *
> 
> *    HOST MACHINE and OPERATING SYSTEM: Linux-Redhat 5(RHEL5)*
> 
> *        *
> 
> *    TARGET MACHINE and OPERATING SYSTEM, if different from HOST: N/A*
> 
> * *
> 
> *    COMPILER NAME AND VERSION (AND PATCHLEVEL): gcc-4.2*
> 
>  
> 
>    
> 
>     *AREA/CLASS/EXAMPLE AFFECTED*: RTCORBA/TAO_Thread_Lane
> 
>        
> 
>        
> 
>     *SYNOPSIS*:
> 
>         The modification will permit to obtain static and dynamic
> threads pool in a public way, in /TAO_Thread_Lane/ class(/File
> TAO/tao/RTCORBA/Thread_Pool.in)./
> 
> Our objective is to modify thread affinity of tasks in RTCORBA features.
> 
>  
> 
>  
> 
>  
> 
>     *DESCRIPTION*:
> 
>  
> 
> Here are the following public methods to add the file: /Thread_Pool.inl./
> 
>  
> 
> */ACE_INLINE/*
> 
> */  TAO_Thread_Pool_Threads &/*
> 
> */  TAO_Thread_Lane::static_threads_array (void)/*
> 
> */  {/*
> 
> */          return this->static_threads_;/*
> 
> */  }/*
> 
> */ /*
> 
> */ /*
> 
> */ACE_INLINE/*
> 
> */  TAO_Dynamic_Thread_Pool_Threads &/*
> 
> */  TAO_Thread_Lane::dynamic_threads_array (void)/*
> 
> */  {/*
> 
> */          return this->dynamic_threads_;/*
> 
> */  }/*
> 
>  
> 
> This doesn’t affect regression tests.
> 
>  
> 
>     REPEAT BY: N/A
> 
>  
> 
>     SAMPLE FIX/WORKAROUND: N/A
> 
>  
> 
> Thanks in advance for your reply.
> 
>  
> 
> Regards,
> 
> Jean-Louis GILBERT
> 
>  
> 
> [@@THALES GROUP RESTRICTED@@]
> 
>  
> 
> 
> 
> _______________________________________________
> tao-users mailing list
> tao-users at list.isis.vanderbilt.edu
> http://list.isis.vanderbilt.edu/cgi-bin/mailman/listinfo/tao-users
> 


More information about the tao-users mailing list