in reply to About perl6 and apache

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re^2: About perl6 and apache
by davorg (Chancellor) on Nov 16, 2006 at 13:20 UTC
    You can use catalyst, it is a good MVC framework.

    This is true. But I'm really not sure how it addresses the original question. Either Catalyst is run under CGI (in which case it carries all of CGI's performance issues) or it's run under mod_perl (in which case it carries all of the potential problems of one client's process effecting others).

    Or perhaps I missed something?

    --
    <http://dave.org.uk>

    "The first rule of Perl club is you do not talk about Perl club."
    -- Chip Salzenberg