Re: Apache 2 Protocol Handlers?
Shugo Maeda <[email protected]> Mon, 28 Feb 2005 09:37:59 +0900
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi, Mike Sassak wrote: > As you understand it, what work is required to implement Input/Output > filters? From my poking around mod_perl 2.0's website and docs and > such, it seems to me that a lot of the APR will need to be wrapped to > take advantage of all the new stuff Apache 2 offers, and mod_ruby > hasn't yet wrapped it. At least, apr_bucket and apr_bucket_brigade and ap_filter_t are required. I'm implementing a wrapper for apr_bucket and apr_bucket_brigade in the SVN HEAD, but not yet done. Shugo