diff options
| author | Krasimir Angelov <kr.angelov@gmail.com> | 2018-11-28 14:34:15 +0100 |
|---|---|---|
| committer | Krasimir Angelov <kr.angelov@gmail.com> | 2018-11-28 14:34:15 +0100 |
| commit | 05c2cfb628147f7d6fa0a6c2f38eb9d67b2eb007 (patch) | |
| tree | 407747233fb9092bdf50ae9fd83ce1ce2c9d9ae6 /src/example-based/exb-fcgi.hs | |
| parent | 69ad1e617ed9e40d52b1ec2c4b383879c5d622f2 (diff) | |
remove the example-based folder. The code is still in the archive
Diffstat (limited to 'src/example-based/exb-fcgi.hs')
| -rw-r--r-- | src/example-based/exb-fcgi.hs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/example-based/exb-fcgi.hs b/src/example-based/exb-fcgi.hs deleted file mode 100644 index 54f1872d0..000000000 --- a/src/example-based/exb-fcgi.hs +++ /dev/null @@ -1,15 +0,0 @@ -{-# LANGUAGE CPP #-} -import Control.Concurrent(forkIO) -import Network.FastCGI(runFastCGI,runFastCGIConcurrent') -import ExampleService(cgiMain,newPGFCache) - -main = do --stderrToFile logFile - fcgiMain =<< newPGFCache - - -fcgiMain cache = -#ifndef mingw32_HOST_OS - runFastCGIConcurrent' forkIO 100 (cgiMain cache) -#else - runFastCGI (cgiMain cache) -#endif |
