/fcgi-loop

FCGI interface for D programs

Primary LanguageDBoost Software License 1.0BSL-1.0

FCGI Loop

This project contains a simple D front end for the Open Market FCGI library.

Usage

Call fcgiLoop with a callback function to process requests. See documentation and sample program for more details.

Modules

All my modules are kept under the 'jaypha' umbrella package. The fcgi library consists of the following modules.

  • jaypha.fcgi.loop
  • jaypha.fcgi.c.fcgiapp.di

License

All original code is distributed under the Boost License (see LICENSE.txt). Third party licenses are kept in the licenses directory.

Todo

  • Need to put a timeout for each request.