summaryrefslogtreecommitdiff
path: root/TAO/tao/Server_Strategy_Factory.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-30 07:02:20 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-30 07:02:20 +0000
commit285fae6ca3677f6756185c8dd80e83c97112bb54 (patch)
tree76ece368c8fbaadb96afc924d8df5696c8b24d56 /TAO/tao/Server_Strategy_Factory.h
parentd117cf22303bc07aa54feae9369f47da2353813c (diff)
downloadATCD-285fae6ca3677f6756185c8dd80e83c97112bb54.tar.gz
ChangeLogTag:Fri Jul 30 01:58:52 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Server_Strategy_Factory.h')
-rw-r--r--TAO/tao/Server_Strategy_Factory.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/Server_Strategy_Factory.h b/TAO/tao/Server_Strategy_Factory.h
index ec21a847d35..6744b9434e5 100644
--- a/TAO/tao/Server_Strategy_Factory.h
+++ b/TAO/tao/Server_Strategy_Factory.h
@@ -103,6 +103,13 @@ public:
virtual int activate_server_connections (void);
// Are server connections active (i.e. run in their own thread)
+ virtual int thread_per_connection_timeout (ACE_Time_Value &timeout);
+ // Obtain the timeout value used by the thread-per-connection server
+ // threads to poll the shutdown flag in the ORB.
+ // Return -1 if the ORB should use the compile-time defaults.
+ // If the return value is zero then the threads block without
+ // timeouts.
+
virtual int server_connection_thread_flags (void);
virtual int server_connection_thread_count (void);
// The thread activation parameters