On Fri, Jul 16, 2010 at 9:37 AM, RhythmicDevil <rhythmicde...@gmail.com> wrote:
> Thanks for the reply.
>
> The number of channels is variable but always more than a 100.
>
> I would prefer not to cache in the client as I would still have to
> serve up an entire days worth of the schedule for every user.

I meant to cache it on the server. You'd only be serving the entire
day on that user's first request. Any subsequent request for earlier
or later in the schedule for that day would simply slide the table
left or right to the correct position.

> I think my best option, if I cant get Cake to do it, is to use Memcache.

Cake works very well with MemCache.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to