openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
advanced_connection
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 6 hours
ago.
Jul 22, 2024 — Jul 22, 2025
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
preparing for release
Carl P. Corliss
More...
almost 9 years ago
Merge pull request #1 from finalsite/feature/simplifying-thread-synchronicity
Carl P. Corliss
More...
almost 9 years ago
Simplify IdleManager Threading and WithoutConnection usage - remove synchronization around non-critical blocks (read-only) - fully synchronize reaping code - ensure without_connection doesn't drop connection if open transaction present - ensure without_connection is callable without being enabled (just yields and returns) - added comments to more explicitly describe queues - removed warmup_connections and min_idle_connections - letting rails add new conns on it's own now - cleaned up code due to removal of warmup/min_idle options
Carl P. Corliss
More...
almost 9 years ago
tweak ignores
Carl P. Corliss
More...
almost 9 years ago
nits
Carl P. Corliss
More...
about 9 years ago
rubocop cleanup
Carl P. Corliss
More...
about 9 years ago
fixed deadlock bug in idle_connections/pool_statistics
Carl P. Corliss
More...
about 9 years ago
bugfixes and statistic dumping - fixes a bug where idle_check_interval didn't inherit from max_idle_time - adds ability to dump stats (once per idle_check_interval) by creating an empty file at rails-root/tmp/dump-idle-stats.txt - moved all idle_manager logs to rails-root/log/idle_manager.log - bumped version to 0.5.13
Carl P. Corliss
More...
about 9 years ago
Small bugfixes - fixes LoadError when advanced_connection initializer file is missing - Queues::FIFO was set to the wrong value (Queues module instead of Queues::Default class)
Carl P. Corliss
More...
about 9 years ago
switch idle thread managers logging output to debug level; bump version to 0.5.10
Carl P. Corliss
More...
over 9 years ago
add rubygems version badge to readme
Carl P. Corliss
More...
over 9 years ago
fix license in gemspec
Carl P. Corliss
More...
over 9 years ago
make environment specific configurations work again
Carl P. Corliss
More...
over 9 years ago
add documentation
Carl P. Corliss
More...
over 9 years ago
don't enable AdvancedConnection if startup was through rake
Carl P. Corliss
More...
over 9 years ago
fix without_connection
Carl P. Corliss
More...
over 9 years ago
bump version
Carl P. Corliss
More...
over 9 years ago
tweak log output
Carl P. Corliss
More...
over 9 years ago
reducing critical sections in idle_manager
Carl P. Corliss
More...
over 9 years ago
nits
Carl P. Corliss
More...
over 9 years ago
tweaked railties load order, and config setup
Carl P. Corliss
More...
over 9 years ago
more work on stabilizing features
Carl P. Corliss
More...
over 9 years ago
Initial commit for getting rspec working with advanced_connection, first unit spec written
Jason He
More...
over 9 years ago
add Config.callbacks
Carl P. Corliss
More...
over 9 years ago
initial commit
Carl P. Corliss
More...
over 9 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree