diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-08 20:46:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-08 20:46:56 +0000 |
commit | 6e675627437d96294246af4a01f2b28e87fd995d (patch) | |
tree | 420ed237be28c6047e646b7f115236400b122091 /TAO/performance-tests | |
parent | 45a017769895d49e65ea76d85baa34080fb6b84c (diff) | |
download | ATCD-6e675627437d96294246af4a01f2b28e87fd995d.tar.gz |
.
Diffstat (limited to 'TAO/performance-tests')
5 files changed, 12 insertions, 12 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/collocation/svc.conf b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/collocation/svc.conf index 558c0067bc8..5f5bcf8ff92 100644 --- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/collocation/svc.conf +++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/collocation/svc.conf @@ -3,6 +3,6 @@ # Please see $TAO_ROOT/docs/Options.html for details on these options. # -static Resource_Factory "-ORBresources tss -ORBreactortype select_st" -static Client_Strategy_Factory "-ORBiiopprofilelock null -ORBclientconnectionhandler ST" -static Server_Strategy_Factory "-ORBconcurrency reactive -ORBpoalock null -ORBconnectorlock null" +static Resource_Factory "-ORBResources tss -ORBReactorType select_st" +static Client_Strategy_Factory "-ORBIIOPProfileLock null -ORBClientConnectionHandler ST" +static Server_Strategy_Factory "-ORBConcurrency reactive -ORBPOALock null -ORBConnectorLock null" diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.conf b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.conf index 3e062048b55..707a303cb04 100644 --- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.conf +++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.conf @@ -3,6 +3,6 @@ # Please see $TAO_ROOT/docs/Options.html for details on these options. # -static Resource_Factory "-ORBresources global -ORBreactortype select_st -ORBinputcdrallocator tss" -static Client_Strategy_Factory "-ORBiiopprofilelock null -ORBclientconnectionhandler RW" -static Server_Strategy_Factory "-ORBconcurrency thread-per-connection -ORBpoalock null -ORBconnectorlock null -ORBallowreactivationofsystemids 0" +static Resource_Factory "-ORBResources global -ORBReactorType select_st -ORBInputCDRAllocator tss" +static Client_Strategy_Factory "-ORBIIOPProfileLock null -ORBClientConnectionHandler RW" +static Server_Strategy_Factory "-ORBConcurrency thread-per-connection -ORBPOALock null -ORBConnectorLock null -ORBAllowReactivationOfSystemids 0" diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/svc.conf b/TAO/performance-tests/Cubit/TAO/MT_Cubit/svc.conf index bc5a4a453fa..2dcac6ab6e6 100644 --- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/svc.conf +++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/svc.conf @@ -3,6 +3,6 @@ # Please see $TAO_ROOT/docs/Options.html for details on these options. # -static Resource_Factory "-ORBresources tss -ORBinputcdrallocator tss" -static Client_Strategy_Factory "-ORBiiopprofilelock null -ORBclientconnectionhandler RW" -static Server_Strategy_Factory "-ORBconcurrency thread-per-connection -ORBpoalock null -ORBconnectorlock null -ORBallowreactivationofsystemids 0" +static Resource_Factory "-ORBResources tss -ORBInputCDRAllocator tss" +static Client_Strategy_Factory "-ORBIIOPProfileLock null -ORBClientConnectionHandler RW" +static Server_Strategy_Factory "-ORBConcurrency thread-per-connection -ORBPOALock null -ORBConnectorLock null -ORBAllowReactivationOfSystemids 0" diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/svc.conf b/TAO/performance-tests/POA/Object_Creation_And_Registration/svc.conf index 3b74c04dbcc..d175c0d546b 100644 --- a/TAO/performance-tests/POA/Object_Creation_And_Registration/svc.conf +++ b/TAO/performance-tests/POA/Object_Creation_And_Registration/svc.conf @@ -1,2 +1,2 @@ -static Server_Strategy_Factory "-ORBpoalock null -ORBtablesize 1001" +static Server_Strategy_Factory "-ORBPOALock null -ORBTableSize 1001" diff --git a/TAO/performance-tests/Thruput/TAO/svc.conf b/TAO/performance-tests/Thruput/TAO/svc.conf index 4f71ac35709..d0573388b31 100644 --- a/TAO/performance-tests/Thruput/TAO/svc.conf +++ b/TAO/performance-tests/Thruput/TAO/svc.conf @@ -1,5 +1,5 @@ # $Id$ # -static Resource_Factory "-ORBresources global" +static Resource_Factory "-ORBResources global" static Client_Strategy_Factory "" -static Server_Strategy_Factory "-ORBconcurrency thread-per-connection -ORBsystemidpolicydemuxstrategy dynamic -ORBtablesize 128" +static Server_Strategy_Factory "-ORBConcurrency thread-per-connection -ORBSystemidPolicyDemuxStrategy dynamic -ORBTableSize 128" |