On Sun, Aug 11, 2013 at 3:18 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> Fossil is not fastcgi-compatible. i tried to get it working a few years
> ago but fastcgi requires that each execution of the app has a clean
> starting state, and fossil's app is built to work only for a single
> execution.
>

That wasn't terribly clear. FastCGI basically starts 1 instance of the app
and keeps feeding it new data for each request. Fossil's structure does not
allow it to do that.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to