On Thu, Jun 16, 2011 at 1:19 PM, Daniel Risacher <mag...@alum.mit.edu> wrote: > Of late, I've been wanting to go to PSGI or node.js, but I haven't > taken the plunge yet. Many of my mod_perl apps relied on client-side > PKI and SSL renegotiation, which I don't think can be done in PSGI, > (or at least not well) and mod_perl really shines by having hooks for > all phases of request handling.
Having support for these request phases is definitely something that middleware authors should keep in mind when looking to support mod_perl2 well. I don't think Plack does this right now.