-
Notifications
You must be signed in to change notification settings - Fork 390
Add -ORBTransportIdleTimeout to purge idle transports
#2523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
6b7bc8f
Added new timer class for idle transport purging
jwillemsen c7bab82
Use TAO namespace
jwillemsen e61960a
Commandline flag
jwillemsen 4313626
Schedule timer on making idle
jwillemsen 9c8c4b3
Add cancel timer
jwillemsen cacbcdb
Added cancel of idle timer on transport usage
jwillemsen 8798127
Add missing post include
jwillemsen c718855
Starter unit test
jwillemsen fbc35c8
Test extension
jwillemsen adbd880
Storing work in progress
jwillemsen 266e5b0
Add new test
jwillemsen 30d5cb4
Test improvements and cleanup
jwillemsen d57b5ec
Move add/remove ref to idle timer
jwillemsen 7f66766
Document new flag
jwillemsen 5e8ce3d
Docu changes
jwillemsen 5fafd77
Cleanup
jwillemsen 00ff507
fixed fguzz
jwillemsen b93d274
Rework test for more features
jwillemsen 2b8198c
Test infrastructure extensions
jwillemsen 0e7d800
Removed disabled test, default
jwillemsen 31046bd
Test infrastructure
jwillemsen c7c77cb
Add special client for testing with multiple servers, mixing basic an…
jwillemsen 1dfa8fe
Test extensions
jwillemsen e0c745a
Layout/nullptr changes
jwillemsen ef7fd51
Work in progress
jwillemsen 101a7ef
Always schedule the timer
jwillemsen 71166a8
Test fixes
jwillemsen db2dd46
Rework for thread safety
jwillemsen 630ec1e
Removed empty line
jwillemsen b9fbb69
Update TAO/tests/Transport_Idle_Timeout/run_test.pl
jwillemsen def90e1
Update TAO/tests/Transport_Idle_Timeout/svc.conf
jwillemsen b94d846
fixe
jwillemsen 94df85a
Merge branch 'jwi-idletransport' of https://github.com/jwillemsen/ATC…
jwillemsen cc41da5
Return value changes
jwillemsen 7c944d4
Revert change
jwillemsen 9ca5ffb
Removed todo
jwillemsen 812c76e
Removed not used is_idle
jwillemsen d6d34dc
Fixed typo
jwillemsen 1f9f833
Merge branch 'master' into jwi-idletransport
jwillemsen 9c287a6
Layout changes, schedule idle timer also in postopen
jwillemsen 6c7ef47
Check for valid reactor pointer
jwillemsen 52835b6
TEst extensions
jwillemsen bc3f2e7
Only schedule an idle timer when we have no timer id yet
jwillemsen 1f9bf7a
Fixed typo
jwillemsen 6fde616
When we are asked to schedule a timer cancel any running ounes
jwillemsen 4b5eba1
const/bool changes
jwillemsen bb10f1f
Doxygen docu
jwillemsen cdd29ec
nullptr changes
jwillemsen d8bafae
nullptr
jwillemsen 87a0d08
List new feature in news
jwillemsen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.