mod_webkit would be ideal, and I know mod_python works, but without control over the apache modules, this is difficult. The code for the FastCGI adapter has a comment that it is twice as fast as webkit.cgi - however I can't verify that until I get it working...
Does anyone have FastCGI running? Thanks, Wayne --- Ian Bicking <[EMAIL PROTECTED]> wrote: > When first using Webware, I too tried to get the > FastCGI adapter > working. I would seriously consider using > mod_webkit or wkcgi. I > haven't done any serious testing, but I would not be > surprised if wkcgi > is as fast as FastCGI, and mod_webkit is definitely > faster. (At least > wkcgi is fast on Linux, where process creation is > fast) > On Sun, 2002-10-27 at 19:29, Wayne Larsen wrote: > > > > Hi all, > > > > I've been trying to get the fastcgi adapter going, > and > > have run into a few issues. > > > > With Apache setup up to handle the extension .fcgi > and > > FCGIAdapter handled in dynamic mode, it almost > works. > > However, each time I click on a new link, the page > > gets appended to! Restarting the adapter process > > (such as by killing it, so fastcgi restarts it) > clears > > this, and I get a fresh page again. The output > from > > the AppServer appears to be correct during this. > > > > The instructions in FCGIAdapter.py seem to suggest > > that the adapter should be setup in External mode, > but > > I do not understand how to run the adapter > externally. > > Also, dynamic mode is much more desirable for me, > as > > it would require no change to the apache config, > which > > would mean no support would be required from my > > hosting provider. > > > > Can this work in Dynamic mode? If not, how do I > setup > > the adapter to run in External mode? > > > > Any help would be appreciated. > > > > Thanks, > > Wayne > > > > > > > > > > > > __________________________________________________ > > Do you Yahoo!? > > Y! Web Hosting - Let the expert host your web site > > http://webhosting.yahoo.com/ > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: ApacheCon, > November 18-21 in > > Las Vegas (supported by COMDEX), the only Apache > event to be > > fully supported by the ASF. > http://www.apachecon.com > > _______________________________________________ > > Webware-discuss mailing list > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/webware-discuss > __________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
