0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
preparing for release More... almost 9 years ago
Merge pull request #1 from finalsite/feature/simplifying-thread-synchronicity 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 More... almost 9 years ago
tweak ignores More... almost 9 years ago
nits More... about 9 years ago
rubocop cleanup More... about 9 years ago
fixed deadlock bug in idle_connections/pool_statistics 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 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) More... about 9 years ago
switch idle thread managers logging output to debug level; bump version to 0.5.10 More... over 9 years ago
add rubygems version badge to readme More... over 9 years ago
fix license in gemspec More... over 9 years ago
make environment specific configurations work again More... over 9 years ago
add documentation More... over 9 years ago
don't enable AdvancedConnection if startup was through rake More... over 9 years ago
fix without_connection More... over 9 years ago
bump version More... over 9 years ago
tweak log output More... over 9 years ago
reducing critical sections in idle_manager More... over 9 years ago
nits More... over 9 years ago
tweaked railties load order, and config setup More... over 9 years ago
more work on stabilizing features More... over 9 years ago
Initial commit for getting rspec working with advanced_connection, first unit spec written More... over 9 years ago
add Config.callbacks More... over 9 years ago
initial commit More... over 9 years ago