[tao-users] change request / enhancement of RTCORBA thread pool
GILBERT Jean-Louis
jean-louis.gilbert at thalesgroup.com
Wed Jan 20 08:41:20 CST 2016
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@@]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.isis.vanderbilt.edu/pipermail/tao-users/attachments/20160120/b981e29f/attachment.html>
More information about the tao-users
mailing list