Skip to content

Commit ad0a018

Browse files
committed
add link to fcgi kernel
1 parent 3cddf42 commit ad0a018

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ FastCGI is good for production but not really practical for testing since it
7474
needs to run in a separate process, listen on a port, requires configuration,
7575
etc.
7676

77+
However, there is an [FcgiHttpKernel](https://github.com/igorw/FcgiHttpKernel)
78+
that ports the idea of this project to FastCGI. It may in fact become useful
79+
for tests.
80+
7781
## When to use CgiHttpKernel?
7882

7983
It is mainly intended to write functional tests for legacy applications. That

0 commit comments

Comments
 (0)