Jimmie Houchin <[EMAIL PROTECTED]> wrote:
> I am wanting to use Tux for the front webserver for a website I'm 
> developing.
> 
> It would be very sweet if there were a Tux Webware adaptor. I would be 
> interested in what kind of performance such would have.

I don't want to seem like too much of a spoil sport, but I doubt it
would make much of a difference.  At this point with mod_webkit, I
think the adapter overhead is pretty much negligable -- I think even
the C CGI adapter is pretty close to negligable.  Most of the time is
spent in Webware/Python, constructing a response.

Since Webware is (sensibly) optimized more for the complicated case --
where there is some processing going on to create a response -- the
trivial case isn't so terribly fast (not bad or anything -- but
probably an order of magnitude slower than the adapter overhead).

  Ian

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

Reply via email to