Evan Phoenix
|
559f32905c
|
Add ability to use pumactl to start a server
|
2012-09-25 09:52:25 -07:00 |
|
Luis Lavena
|
0fee5c8064
|
Change YAML.load trick to use File.read instead
And move required Ruby version to 1.8.7 or greater.
(sorry folks on 1.8.6, time to upgrade anyway)
|
2012-01-08 17:46:10 -03:00 |
|
Luis Lavena
|
935a5569ea
|
Psych::load_file leaves file handles open (leak)
Fixed in Ruby trunk and 1_9_3 branch but not yet released.
Avoid that by doing a old-school File.open { |f| f.read }
|
2012-01-08 17:01:03 -03:00 |
|
Evan Phoenix
|
49d27f888f
|
Fix integration test and cleanup 1.9.3 warnings
|
2011-12-07 14:48:41 -08:00 |
|
Evan Phoenix
|
e88fc14952
|
Refactor more of the configuration
|
2011-12-07 13:43:10 -08:00 |
|
Evan Phoenix
|
47f7671282
|
Add auth token support to the control server
|
2011-12-07 10:46:36 -08:00 |
|
Evan Phoenix
|
6103e7f45b
|
Add ability to use a config file (-C, --config)
|
2011-12-06 14:57:37 -08:00 |
|
Evan Phoenix
|
d8026e87f4
|
Add ability to restart by reexecing and pumactl to use it
This allows all existing requests to finish, but does not keep the same
socket alive across the exec, so this is not a graceful as it could be.
|
2011-12-05 15:58:23 -08:00 |
|