Tavis Rudd <[EMAIL PROTECTED]> wrote:
> On Wednesday 30 May 2001 11:50, Ian Bicking wrote:
> > OTOH, something like FastCGI could perhaps be implemented
> > directly in the AppServer, which would probably speed it
> > up considerably.
> 
> hmmm, interesting thought.  So you'd use mod_fastcgi to connect
> to the AppServer?  I don't think it would be any faster as mod_webkit
> is essentially doing the same job but is specifically optimized for this 
> usage scenario.  

True.  I'd only use it if mod_webkit wasn't available.  Right now I
imagine that fastcgi is slower, because you are making a socket
connection from the web server to the fastcgi adapter, and then
another connection from there to the AppServer.

I don't really know, though, since I only was able to briefly get
fastcgi to work before I broke it again.  It was all very
frustrating.

Basically it seems like fastcgi is doing the exact same sort of thing
that the current adapter/appserver architecture does.  Only fastcgi is
more general, and not optimized with any particular language in mind.

> Probably worthwhile investigating, but it would 
> require some work to get all the retry/restart stuff sorted out 

I'm kind of curious -- fastcgi starts up its own servers in some
fashion.  Whatever it does, it must be doing it robustly, since it's
relatively widely deployed.  Maybe it has a good technique that can be
used for Webware, even if only in the abstract.

  Ian

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to