1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

12 commits

Author SHA1 Message Date
Ole Michaelis
5e95791cca Add thread reaping to thread pool 2015-05-20 14:57:40 +02:00
Evan Phoenix
858e73c4f4 Fix test 2014-11-26 23:05:12 -08:00
Daniel Neighman
a3aac917f6 Clean out a threads local data before doing work 2014-10-30 17:52:37 -07:00
Larry Marburger
26c961f1db Convert thread pool sizes to integers 2013-07-16 20:07:59 -04:00
Clint Shryock
26a1ab2e14 Standardize "block" usage
This commit standardizes on the use of `block` over `blk`. I found the usage of
both in the code.
2013-07-03 09:25:48 -05:00
Evan Phoenix
6a90d64889 Fix bad test 2012-07-30 17:37:43 -06:00
Evan Phoenix
256970e048 Rearch how trimming takes place to not starve. Fixes #39
Using the work queue to communicate trimming doesn't work, it's far too
easy to starve the system doing that. Instead we now detect trimming and
work as seperate actions.
2012-02-07 09:49:23 -08:00
Evan Phoenix
f11cd81470 Add automatic pool trimming 2011-12-05 10:07:01 -08:00
Evan Phoenix
eba4c745a5 Fix 1.9 lambda arity bug and improve timing 2011-10-03 14:52:23 -07:00
Evan Phoenix
70c444d2c5 quick fix for thread pool timing 2011-09-23 20:49:45 -07:00
Evan Phoenix
190a81c55a Name change: Mongrel => Puma 2011-09-22 19:24:43 -07:00
Evan Phoenix
fdd5d7df78 Add thread pooling 2011-09-19 22:16:31 -07:00