Aaron Ross wrote:
> 
> hi Dmitry!
> 
>  Wouldn't it be great it someone came up with a general solution for this...
> some kind of logical class from which you could inherit and implement the
> necessary methods.
> 
>  There was an interesting thread about this problem with Mason. I'm sure it's
> come up before with ASP. The mod_perl guide has a great section on it.. so
> what's missing for a mod_perl handler? what would it take to make a general
> solution... Well a general framework. Is that even possible?
> 

What if it were just an Apache routine, like the one I proposed 
for Apache::ASP, $r->last_modified($time) ?  Certainly 
someone could write up a module that defined Apache::last_module
like Ken did with his Apache::Filter, it could be 
Apache::LastModified.

Note though that there are a ton of modules already, and this
is really just a few lines of code, just check out Lincoln's 
post in the archives from 7/98:

 http://www.bitmechanic.com/mail-archives/modperl/Jul1998/0150.html

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to