dynamic caching

dynamic caching

am 13.02.2009 10:00:56 von JPengCA

Hello,

Can we write a dynamic caching system with modperl within few days?
I got the idea from this article:

http://publib.boulder.ibm.com/infocenter/wsdoc400/v6r0/index .jsp?topic=/com.ib
m.websphere.iseries.doc/info/ae/ae/welc6tech_dyn.html

Any comments are welcome.
We can pay for this project if you can do it. Thanks.

Regards.

**************The year's hottest artists on the red carpet at the Grammy
Awards. AOL Music takes you there.
(http://music.aol.com/grammys?ncid=emlcntusmusi00000004)

Re: dynamic caching

am 13.02.2009 17:39:38 von Perrin Harkins

On Fri, Feb 13, 2009 at 4:00 AM, wrote:
> Can we write a dynamic caching system with modperl within few days?
> I got the idea from this article:
>
> http://publib.boulder.ibm.com/infocenter/wsdoc400/v6r0/index .jsp?topic=/com.ib
> m.websphere.iseries.doc/info/ae/ae/welc6tech_dyn.html

That's a huge article. Which part sounded good to you? There are
many caching tools available for mod_perl.

- Perrin

Re: dynamic caching

am 14.02.2009 04:52:55 von JPengCA

In a message dated 2009-2-14 0:39:49, pharkins@gmail.com writes:
>That's a huge article. Which part sounded good to you? There are
>many caching tools available for mod_perl.

I wish to cache a full dynamic application like Web Services (SOAP).
I was thinking if it's possible to make a proxy with modperl to do that
caching?
Thanks.

Regards.
**************The year's hottest artists on the red carpet at the Grammy
Awards. AOL Music takes you there.
(http://music.aol.com/grammys?ncid=emlcntusmusi00000004)

Re: dynamic caching

am 15.02.2009 19:18:01 von Perrin Harkins

On Fri, Feb 13, 2009 at 10:52 PM, wrote:
> I wish to cache a full dynamic application like Web Services (SOAP).
> I was thinking if it's possible to make a proxy with modperl to do that
> caching?

You could write a filter to do that, but you don't need to. Just use
the mod_cache stuff apache httpd.

- Perrin