Chris Werner wrote:
You lost it here, Chris. Input filters feed the protocol handler, not >
the other way around.
Maybe, but that's why I ask questions... Now read what you write:
... the protocol handlers simply ask the last input filter to give it >
data ...
Still, the protocol handl
Title: RE: Protocol Philosophy
> You lost it here, Chris. Input filters feed the protocol handler, not > the other way around.
Maybe, but that's why I ask questions... Now read what you write:
> ... the protocol handlers simply ask the last input filter to give it > data
Chris Werner wrote:
Mod_perl list, Apache 2.2.0 mod_perl 2.0.2
I have been working with an alternative protocol implementation for apache
for some time now and [as would be expected with a perl based tool] I have
found many ways to accomplish the same task. I am asking about the
philosophy or
Title: Protocol Philosophy
Mod_perl list, Apache 2.2.0 mod_perl 2.0.2
I have been working with an alternative protocol implementation for apache for some time now and [as would be expected with a perl based tool] I have found many ways to accomplish the same task. I am asking about the