Tom Robinson wrote:

> Requires the Java library from here: http://fastcgi.com/devkit/java/
> 
> I haven't been able to get mod_fastcgi to start instances
> automatically, only manually by using the [apparently non-standard]
> FCGI_PORT environment variable, and setting mod_fastcgi to use
> localhost and the same port. Glancing at the library source, it seems
> to decide to go into fcgi mode only if FCGI_PORT is set (otherwise it
> goes into cgi mode; obviously not suitable for Rhino due to slow JVM
> startup speed), so I think this library is outdated/incomplete/not
> compatible with mod_fastcgi.
> 
> Does anyone know of a better Java FastCGI library? If not, would
> anyone be interested in helping update it or write a new one for use
> with Rhino?

In ESXX (http://esxx.org/), I use a FastCGI library called JFast that I
found on the web a couple of years ago. I think it has disappeared since
then. It was licensed under a BSD license.

I've made it available via Subversion, including a few small bug fixes,
at http://svn.berlios.de/svnroot/repos/esxx/ext/jfast/ if anybody is
interested.

(It only supports FastCGI external mode, but that's what I prefer so I
don't mind.)
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to