Re: [fw-general] Zend_Amf and Caching

2009-02-10 Thread Josh Team
Yeah, that's kind of what I was thinking.. I still have the same dilemma, how do I see what Service / Method / Params the request is asking for to store in the cache layer? On Tue, Feb 10, 2009 at 10:29 AM, Benjamin Eberlei wrote: > wrap a caching proxy around your real webservice class. > > On T

Re: [fw-general] Zend_Amf and Caching

2009-02-10 Thread Benjamin Eberlei
wrap a caching proxy around your real webservice class. On Tuesday 10 February 2009 17:26:21 Josh Team wrote: > I know I've been blowing up the mailing list lately with my Zend_Amf stuff, > but I have yet another question :) > I am trying to add a caching layer onto my Zend_Amf server. And if I co

[fw-general] Zend_Amf and Caching

2009-02-10 Thread Josh Team
I know I've been blowing up the mailing list lately with my Zend_Amf stuff, but I have yet another question :) I am trying to add a caching layer onto my Zend_Amf server. And if I could see the request coming in through some means I could cache my $server->handle() response based on the incoming fo