On 6/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Thanks for the info.
> My assumption (unfounded apparently) was that accessing data in the
> session
> when stored in the database would require round trips to the database
> which is slower than accessing the local disk.
>
> Thanks again, I'll give database storage a try.

Well, on a single box I think file access is faster than database, but
if you have multiple application servers then you'll need to use a
centralized database or centralized memcached setup.

Hope that helps.


-- 
Chris Hartjes

My motto for 2007:  "Just build it, damnit!"

@TheBallpark - http://www.littlehart.net/attheballpark
@TheKeyboard - http://www.littlehart.net/atthekeyboard

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

Reply via email to