i've made some good progress on mod_parrot.  since so much has changed
in the past year, i decided to rewrite the thing from scratch.  here's
what i've been able to implement so far:

* rewrite for apache 2 (might as well start with the latest)
* per-process interpreter persistence (using prefork MPM)
* ability to call individual subroutines (good for handlers)

it's at the point where you can set mod_parrot as the handler for a location,
and it will call a location-specific subroutine when invoked.  this is more
for proof-of-concept than anything else, but it is quite promising
nonetheless.

i'm currently working on the apache 2 PMC and ops, which, like most
things in apache 2, will require some relearning.  once those are stable
enough,  i'll clean things up and throw the code out there for people to
play with.

-jeff

Reply via email to