Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/railties/lib/fcgi_handler.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9151 [9151] 03/30/08 23:07:52 bitsweat Handle exit, reload, and restart immediately if not processing a request. …
(edit) @8132 [8132] 11/13/07 00:54:57 bitsweat FastCGI handler ignores unsupported signals like USR2 on Windows [Grzegorz …
(edit) @7593 [7593] 09/23/07 11:20:25 bitsweat RailsFCGIHandler tests. Closes #9630.
(edit) @7095 [7095] 06/23/07 17:04:37 david Fix that FCGIs would leave log files open when asked to shut down by USR2 …
(edit) @6611 [6611] 04/28/07 15:57:29 david Removed breakpointer and Binding.of_caller in favor of relying on …
(edit) @5485 [5485] 11/11/06 08:08:53 bitsweat Only wrap request processing with our USR1 signal handler so FastCGI can …
(edit) @4913 [4913] 09/03/06 00:18:31 bitsweat Thoroughly test the FCGI dispatcher. Closes #5970.
(edit) @4885 [4885] 08/31/06 03:16:28 bitsweat Tighten rescue clauses. Closes #5985.
(edit) @3618 [3618] 02/19/06 06:25:47 david Added SIGTRAP signal handler to RailsFCGIHandler that'll force the process …
(edit) @2847 [2847] 11/02/05 13:21:22 minam Make fcgi handler respond to TERM signals with an explicit exit
(edit) @2564 [2564] 10/13/05 20:04:13 david Refactored cleanly
(edit) @2400 [2400] 09/28/05 19:39:12 david Solved the hanging issue.. USR2 is now the preferred way of restarting …
(edit) @2399 [2399] 09/28/05 19:31:41 david Solved the hanging issue.. USR2 is now the preferred way of restarting …
(edit) @2392 [2392] 09/28/05 08:55:04 david Dont log it twice
(edit) @2390 [2390] 09/28/05 08:38:26 david Added in-process restarting on USR2 -- still missing a good way to free up …
(edit) @1867 [1867] 07/19/05 18:53:48 david Dropped the 'immediate close-down' of FCGI processes since it didn't work …
(edit) @1674 [1674] 07/04/05 19:06:50 david Added an EXPERIMENTAL gateway.cgi for getting high-speed performance …
(edit) @1592 [1592] 07/02/05 04:52:14 bitsweat r1588@asus: jeremy | 2005-07-02 03:14:45 -0700 Optional periodic garbage …
(add) @1565 [1565] 06/29/05 11:07:20 minam Use SIGHUP to dynamically reload an fcgi process without restarting it. …
Note: See TracRevisionLog for help on using the revision log.