Search the Community
Showing results for tags 'load balance'.
-
Has anyone Scaled Prestashop Horizontally succesfully ?
JohnDavisGH posted a topic in General topics
Interested in hearing if anyone has successfully scaled Prestashop horizontally? Currently have 15k products and serving 80k users during peak sales. Already maxed out our dedicated server. Currently using LAMP stack. How did you solve data synchronization between the DBs and files. How did you handle user sessions? What LB did use? Thank you!- 1 reply
-
- 1
-
-
- horizontal
- high availability
-
(and 2 more)
Tagged with:
-
I am thinking of combining my current presta installation (1.5.x) with Amazon S3 to store all static files (.js, css, images), so far this is the best tutorial i could find on the internet http://hiousi.tumblr.com/post/94824087894/prestashop-images-hosted-on-amazon-s3 How ever, it does not say anything about storing application state (e.g. cache), i am trying to have a single cache repository where all of my instance should get the cache from that location only. This way i can keep all of my instance in sync. Does anyone knows how to deal with presta cache, as far as i know presta cache is currently stored in the cache folder.