summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancing
Commit message (Collapse)AuthorAgeFilesLines
* Instead of checking for the linux define use ACE_LINUX, the first doesn't ↵Johnny Willemsen2020-12-302-6/+4
| | | | | | | | | | | | seem to be set on RHEL75 * TAO/DevGuideExamples/RTCORBA/README: * TAO/DevGuideExamples/RTCORBA/common.cpp: * TAO/orbsvcs/LoadBalancer/LoadManager.cpp: * TAO/orbsvcs/LoadBalancer/LoadMonitor.cpp: * TAO/orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Load_Average_Monitor.cpp: * TAO/orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Utilization_Monitor.cpp: * TAO/tests/Time_Policy/main.cpp:
* Removed redundant voidJohnny Willemsen2020-12-0818-50/+50
|
* Layout and docu changesJohnny Willemsen2020-10-2811-37/+4
|
* More any extraction changesJohnny Willemsen2017-01-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/LifeCycle_Service/Criteria_Evaluator.cpp: * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp: * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h: * TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientPolicy_i.cpp: * TAO/orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Loader.cpp: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel_Impl.cpp: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.cpp: * TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Set_Update_Interceptor.cpp: * TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp: * TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.h: * TAO/orbsvcs/orbsvcs/Notify/Property_T.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Default_Property_Validator.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set_Find.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp: * TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h: * TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.cpp: * TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h: * TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.cpp: * TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.h: * TAO/tests/Bug_2678_Regression/server.cpp: * TAO/tests/Codec/client.cpp: * TAO/tests/Param_Test/complex_any.cpp: * TAO/tests/Param_Test/param_test_i.cpp: * TAO/tests/Param_Test/ub_struct_seq.cpp:
* Fixed code due to removal of the non const Any extractionJohnny Willemsen2017-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.cpp: * TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp: * TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp: * TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduler.cpp: * TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp: * TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Default_Property_Validator.cpp: * TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.cpp: * TAO/orbsvcs/orbsvcs/Security/SL3_PolicyFactory.cpp: * TAO/orbsvcs/orbsvcs/Security/Security_PolicyFactory.cpp: * TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.cpp: * TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.cpp: * TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp: * TAO/orbsvcs/tests/Trading/TT_Info.cpp: * TAO/performance-tests/Anyop/anyop.cpp: * TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp: * TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp: * TAO/tests/Any/Recursive/client.cpp: * TAO/tests/Bug_2678_Regression/client.cpp: * TAO/tests/Bug_2678_Regression/server.cpp: * TAO/tests/Bug_2804_Regression/client.cpp: * TAO/tests/Bug_2844_Regression/client.cpp: * TAO/tests/Bug_2918_Regression/client.cpp: * TAO/tests/Bug_3506_Regression/server.cpp: * TAO/tests/Bug_3552_Regression/check.cpp: * TAO/tests/Bug_3919_Regression/client.cpp: * TAO/tests/Codec/client.cpp: * TAO/tests/DynAny_Test/test_dynany.cpp: * TAO/tests/DynAny_Test/test_dynsequence.cpp: * TAO/tests/DynAny_Test/test_dynstruct.cpp: * TAO/tests/Param_Test/any.cpp: * TAO/tests/Param_Test/anyop.cpp: * TAO/tests/Param_Test/bd_array_seq.cpp: * TAO/tests/Param_Test/bd_short_seq.cpp: * TAO/tests/Param_Test/bd_struct_seq.cpp: * TAO/tests/Param_Test/big_union.cpp: * TAO/tests/Param_Test/complex_any.cpp: * TAO/tests/Param_Test/except.cpp: * TAO/tests/Param_Test/fixed_struct.cpp: * TAO/tests/Param_Test/nested_struct.cpp: * TAO/tests/Param_Test/objref_struct.cpp: * TAO/tests/Param_Test/recursive_struct.cpp: * TAO/tests/Param_Test/recursive_union.cpp: * TAO/tests/Param_Test/small_union.cpp: * TAO/tests/Param_Test/ub_any_seq.cpp: * TAO/tests/Param_Test/ub_array_seq.cpp: * TAO/tests/Param_Test/ub_long_seq.cpp: * TAO/tests/Param_Test/ub_objref_seq.cpp: * TAO/tests/Param_Test/ub_short_seq.cpp: * TAO/tests/Param_Test/ub_str_seq.cpp: * TAO/tests/Param_Test/ub_struct_seq.cpp: * TAO/tests/Param_Test/ub_wstr_seq.cpp: * TAO/tests/Param_Test/var_struct.cpp: * TAO/tests/Portable_Interceptors/Benchmark/client_interceptors.cpp: * TAO/tests/Portable_Interceptors/Benchmark/server_interceptors.cpp: * TAO/tests/Portable_Interceptors/Dynamic/client_interceptor.cpp:
* Removed id tag from mwc filesJohnny Willemsen2015-01-074-8/+0
|
* Shorten file headersJohnny Willemsen2015-01-074-4/+4
|
* Replaced README filesJohnny Willemsen2015-01-071-1/+1
|
* TAO replacementsJohnny Willemsen2015-01-074-4/+4
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-0716-32/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-0722-43/+0
|
* Zapped two line id tagsJohnny Willemsen2015-01-074-12/+0
|
* Zapped Id tagJohnny Willemsen2015-01-077-14/+0
|
* iMon Feb 24 10:36:57 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-02-241-1/+1
| | | | | | | * orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Load_Average_Monitor.cpp: New windows code triggers a warning but no time to sort out, so comment it out for the moment
* Fri Feb 21 11:01:28 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-02-213-9/+21
| | | | | | | | | | | | | | | | * orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Load_Average_Monitor.cpp: Implement retrieval of cpu load avarage on windows * orbsvcs/orbsvcs/LoadBalancing/LB_CPU_Utilization_Monitor.cpp: Initialize pointer with 0 * orbsvcs/orbsvcs/LoadBalancing/LB_Pull_Handler.cpp: Can't print process/thread id within the _tao_print_exception argument * orbsvcs/tests/LoadBalancing/LoadMonitor/CPU/client.cpp: Return 1 instead of -1 on failure
* FuzzJohnny Willemsen2013-12-191-1/+1
|
* Wed Dec 18 19:19:25 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-12-181-0/+1
| | | | | | * orbsvcs/orbsvcs/LoadBalancing/LB_LoadMinimum.cpp: Fixed GCC 4.8.2 warning
* Tue Dec 10 21:16:34 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-12-101-0/+4
| | | | | | | | | | | | * orbsvcs/ImplRepo_Service/Forwarder.cpp: Fix a crash that occurs if the requested operation is a oneway. * orbsvcs/ImplRepo_Service/AsyncListManager.cpp: * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp: * orbsvcs/ImplRepo_Service/tao_imr_i.cpp: * orbsvcs/orbsvcs/LoadBalancing/LB_LeastLoaded.cpp: Clean up scoreboard warnings and wchar compile failure.
* Mon Jul 1 16:50:09 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2013-07-011-2/+2
| | | | | * orbsvcs/orbsvcs/LoadBalancing/LB_Random.cpp: Fix error resulting from hasty commit.
* ==> ChangeLog <==Phil Mesnier2013-07-011-15/+11
| | | | | | | | | | | | Mon Jul 1 16:00:19 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com> * orbsvcs/orbsvcs/LoadBalancing/LB_Random.cpp: Updated the algorithm used to select the next server, as I found the existing algorithm could possibly generate an out-of-bounds array index that would either cause the ASSERT to fail, or a failure elsewhere if the ASSERT were compiled out. The problem definitely appeared on 64-bit machines, when ACE_OS::rand() returned a value of RAND_MAX - 63 or higher. Also, since the function is selecting a
* Fri May 17 13:40:00 UTC 2013 Simon Massey <simon dot massey at prismtech ↵sma2013-05-172-9/+10
| | | | dot com> Fix for Buzilla 1391
* ChangeLogTag: Fri Apr 12 22:41:43 UTC 2013 Adam Mitz <mitza@ociweb.com>mitza2013-04-1211-56/+64
|
* Merge in OCI_Reliability_Enhancements branch. stanleyk2013-02-053-3/+3
|
* Fixed fuzzJohnny Willemsen2011-10-061-0/+2
|
* ChangeLogTag: Wed Mar 16 06:27:59 UTC 2011 Olli Savia <ops@iki.fi>olli2011-03-161-4/+4
|
* Merged RemedyWork branch.mcorino2011-01-203-6/+6
| | | | | ChangeLogTag: Thu Jan 20 11:42:53 UTC 2010 Martin Corino <mcorino@remedy.nl>
* ChangeLogTag: Thu Dec 30 09:01:39 UTC 2010 Olli Savia <ops@iki.fi>olli2010-12-306-15/+16
|
* Mon Sep 20 08:54:14 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-201-1/+1
| | | | | | | | * TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp: Use new methods on the context to get the POA * orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.h: Fixed typo
* Mon Sep 13 18:15:27 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-131-1/+1
| | | | | | *: Zapped trailing whitespaces using find -name \*.h -o -name \*.cpp -name \*.inl | xargs perl -i -pe's/\s+\n/\n/'
* Zapped ACE_RCSIDJohnny Willemsen2010-09-0921-112/+46
|
* (no commit message)Johnny Willemsen2009-12-241-9/+9
|
* Fri Dec 4 21:00:38 UTC 2009 Yan Dai <dai_y@ociweb.com>dai_y2009-12-042-17/+10
|
* Fri Dec 4 17:25:32 UTC 2009 Yan Dai <dai_y@ociweb.com>dai_y2009-12-041-0/+7
|
* Wed Dec 2 18:17:04 UTC 2009 Yan Dai <dai_y@ociweb.com>dai_y2009-12-024-9/+177
|
* Mon Feb 23 08:08:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-231-1/+1
|
* Fri Oct 11 08:51:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-10-102-6/+6
|
* (no commit message)Johnny Willemsen2008-10-061-6/+6
|
* Tue Sep 30 18:03:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-301-5/+5
|
* ChangeLogTag: Wed Jun 18 14:40:00 UTC 2008 Simon Massey <sma at prismtech ↵sma2008-06-181-1/+2
| | | | dot com>
* Mon Apr 28 14:24:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-04-286-6/+6
|
* Sat Jul 14 14:43:31 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-07-141-1/+1
|
* Thu Jul 12 23:21:29 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-07-122-7/+7
|
* Fri May 11 14:26:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-05-113-5/+3
|
* Mon Feb 12 06:50:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-1234-439/+97
|
* Fri Feb 2 16:16:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-0210-57/+41
|
* ChangeLogTag: Fri Jan 26 13:46:23 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-01-265-9/+9
|
* ChangeLogTag: Thu Jan 25 17:39:59 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-01-2533-791/+428
|
* Wed Jan 24 14:00:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-01-2430-211/+70
|
* Tue Jan 16 11:15:10 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-01-161-1/+1
|
* Tue Oct 10 12:11:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-10-101-7/+7
|