summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed static build configurations.Thread_Poolirfan2001-08-132-273/+2
|
* Changed test to use RT threadpools instead of proprietary ↵irfan2001-08-133-65/+4
| | | | Reactor_Per_Priority model
* Fixed TAO's Private Connection feature that was not workingirfan2001-08-126-26/+82
| | | | | when the only RT policy used was the PRIVATE connection policy.
* This file is required to load the RTCORBA libraryirfan2001-08-121-0/+1
|
* Changed this example to use Thread Pools rather than the old ↵irfan2001-08-123-14/+2
| | | | Thread-per-Priority scheme.
* Updated the Banded Connections test to work with RT thread pools.irfan2001-08-114-330/+277
|
* Improved/refactored the run_test.pl filesirfan2001-08-061-120/+64
|
* Fixed memory leak by reference counting the servants.irfan2001-08-061-1/+3
|
* Completed the Policy_Combinations test.irfan2001-08-042-9/+33
|
* Changes in configuration of the Banded_Connections test.irfan2001-08-032-13/+3
|
* Fixed Server Protocol handling; Added new Policy Combination test.irfan2001-08-0313-106/+134
|
* Obsolete options (-ORBReactorRegistry and the "priority" option with ↵irfan2001-08-0311-69/+183
| | | | | | endpoints) should report error. Also, trying to get server protocol policies handled correctly.
* Acceptor are no longer associated with priorities...irfan2001-08-0234-583/+459
|
* Removing the notion of acceptors with priorities...irfan2001-08-018-279/+225
|
* Moved around the Thread Pool Manager and RT service initialization...irfan2001-07-315-49/+104
|
* Thread Pools getting associated with POAs...irfan2001-07-315-52/+298
|
* Thread Pool changes....irfan2001-07-2726-820/+210
|
* Thread Pool changes....irfan2001-07-2722-164/+607
|
* Thread Pool changes....irfan2001-07-2522-295/+476
|
* *** empty log message ***irfan2001-07-256-40/+95
|
* More Thread_Pool deltasirfan2001-07-0616-138/+61
|
* New Thread Pool filesirfan2001-07-063-0/+384
|
* More Thread Pool changes....irfan2001-07-0514-66/+164
|
* Thread Pool changes...irfan2001-07-0423-234/+205
|
* This commit was manufactured by cvs2svn to create branch 'Thread_Pool'.nobody2001-07-01632-99778/+0
|
* 1.1.18bala2001-07-014-5/+9
|
* 5.1.18bala2001-07-016-4/+16
|
* ChangeLogTag: Sun Jul 1 11:03:32 2001 Balachandran Natarajan ↵bala2001-07-015-193/+18
| | | | <bala@cs.wustl.edu>
* Reverting to 1.1.17...bala2001-07-014-9/+5
|
* Reverted changes to 5.1.17 format..bala2001-07-012-3/+3
|
* Reverted the change to 5.1.17 format.bala2001-07-011-1/+1
|
* Removed the 5.1.18 release message.bala2001-07-013-12/+0
|
* 1.1.18bala2001-07-014-5/+9
|
* 5.1.18bala2001-07-016-4/+16
|
* ChangeLogTag:Sat Jun 30 12:44:11 2001 Douglas C. Schmidt ↵schmidt2001-06-304-4/+25
| | | | <schmidt@tango.doc.wustl.edu>
* ChangeLogTag:Fri Jun 29 22:31:56 2001 Balachandran Natarajan ↵schmidt2001-06-306-8/+12
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Fri Jun 29 22:31:56 2001 Balachandran Natarajan ↵bala2001-06-303-9/+9
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Fri Jun 29 22:31:56 2001 Balachandran Natarajan ↵bala2001-06-303-6/+6
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Fri Jun 29 22:31:56 2001 Balachandran Natarajan ↵bala2001-06-306-19/+29
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Fri Jun 29 16:57:47 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-06-295-5/+5
|
* * tests/Reliable_Oneways/client.cpp:parsons2001-06-291-0/+18
| | | | | | | | | | | | | | | | | * tests/Reliable_Oneways/run_test.pl: * tests/Reliable_Oneways/run_sync_with_server.pl: * tests/Reliable_Oneways/run_sync_with_target.pl: * tests/Reliable_Oneways/run_sync_with_transport.pl: Reduced the number of default iterations in the client, and lengthened the client timeout in the above perl scripts. When the number of iterations reaches 2/3 of the total, the test shuts down the server ORB. While the server ORB shuts down, the client makes a few more iterations. At that point, the client starts trying to establish a connection at each iteration. On Win32 platforms, it takes about a second for the (unsuccessful) attempt, and the perl scripts were timing out the client.
* ChangeLogTag: Fri Jun 29 15:52:28 2001 Joe Hoffert <joeh@cs.wustl.edu>joeh2001-06-292-1/+5
|
* ChangeLogTag:Fri Jun 29 10:14:03 2001 Douglas C. Schmidt ↵schmidt2001-06-296-15/+50
| | | | <schmidt@tango.doc.wustl.edu>
* ChangeLogTag: Fri Jun 29 11:41:35 2001 Balachandran Natarajan ↵bala2001-06-293-2/+13
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Fri Jun 29 09:06:56 2001 Ossama Othman <ossama@uci.edu>Ossama Othman2001-06-292-1/+8
|
* ChangeLogTag:Wed Jun 27 12:00:34 2001 Douglas C. Schmidt ↵schmidt2001-06-2911-36/+140
| | | | <schmidt@tango.doc.wustl.edu>
* ChangeLogTag: Fri Jun 29 09:24:36 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-06-291-1/+1
|
* * tao/DynamicAny/DynUnion_i.cpp:parsons2001-06-291-0/+6
| | | | Fixed an uninitialized variable.
* ChangeLogTag: Fri Jun 29 07:09:16 2001 Balachandran Natarajan ↵bala2001-06-292-1/+5
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Fri Jun 29 03:14:14 2001 Irfan Pyarali <irfan@cs.wustl.edu>irfan2001-06-295-29/+167
|