index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
fcgi_handler.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch FCGI handler over to Rack
Joshua Peek
2008-12-01
1
-1
/
+1
*
Consistently use the framework's configured logger and avoid reverting to RAI...
Joshua Peek
2008-08-18
1
-3
/
+1
*
Handle exit, reload, and restart immediately if not processing a request. Ref...
Jeremy Kemper
2008-03-30
1
-16
/
+32
*
FastCGI handler ignores unsupported signals like USR2 on Windows [Grzegorz De...
Jeremy Kemper
2007-11-13
1
-1
/
+6
*
RailsFCGIHandler tests. Closes #9630.
Jeremy Kemper
2007-09-23
1
-62
/
+68
*
Fix that FCGIs would leave log files open when asked to shut down by USR2 (cl...
David Heinemeier Hansson
2007-06-23
1
-0
/
+5
*
Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...
David Heinemeier Hansson
2007-04-28
1
-19
/
+1
*
Only wrap request processing with our USR1 signal handler so FastCGI can trap...
Jeremy Kemper
2006-11-11
1
-11
/
+25
*
Thoroughly test the FCGI dispatcher. Closes #5970.
Jeremy Kemper
2006-09-03
1
-23
/
+27
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
1
-3
/
+3
*
Added SIGTRAP signal handler to RailsFCGIHandler that'll force the process in...
David Heinemeier Hansson
2006-02-19
1
-4
/
+22
*
Make fcgi handler respond to TERM signals with an explicit exit
Jamis Buck
2005-11-02
1
-1
/
+6
*
Refactored cleanly
David Heinemeier Hansson
2005-10-13
1
-37
/
+37
*
Solved the hanging issue.. USR2 is now the preferred way of restarting FCGIs!
David Heinemeier Hansson
2005-09-28
1
-3
/
+3
*
Solved the hanging issue.. USR2 is now the preferred way of restarting FCGIs!
David Heinemeier Hansson
2005-09-28
1
-3
/
+12
*
Dont log it twice
David Heinemeier Hansson
2005-09-28
1
-4
/
+1
*
Added in-process restarting on USR2 -- still missing a good way to free up th...
David Heinemeier Hansson
2005-09-28
1
-10
/
+32
*
Dropped the 'immediate close-down' of FCGI processes since it didn't work con...
David Heinemeier Hansson
2005-07-19
1
-12
/
+2
*
Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ...
David Heinemeier Hansson
2005-07-04
1
-3
/
+4
*
r1588@asus: jeremy | 2005-07-02 03:14:45 -0700
Jeremy Kemper
2005-07-02
1
-13
/
+66
*
Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac...
Jamis Buck
2005-06-29
1
-0
/
+112