tag:blogger.com,1999:blog-38601396.post3354941472549880431..comments2007-12-14T22:18:00.240-08:00Comments on Revolution On Rails: Advanced Rails Caching.. on the EdgeAaron Batalionnoreply@blogger.comBlogger5125tag:blogger.com,1999:blog-38601396.post-52972581246903054562007-12-14T22:18:00.000-08:002007-12-14T22:18:00.000-08:00sachin, At the moment I'd only recommend mongrel-e...sachin,<BR/><BR/> At the moment I'd only recommend mongrel-esi for development. With a little work however, I could see it being usable for production. I've already added support to store the cached fragments in memcached, making it horizontally scalable... my next goal is to improve the tests and make the initial page hits run more concurrently for sites with more then 10 esi fragments.. <BR/><BR/>We use oracle web cache at revolution health.toddhttp://www.blogger.com/profile/05486714536207223540noreply@blogger.comtag:blogger.com,1999:blog-38601396.post-32140986841272366432007-12-12T21:41:00.000-08:002007-12-12T21:41:00.000-08:00This is great info and is leading me down some new...This is great info and is leading me down some new directions in regards to how we build our site. Is mongrel-esi only for development mode? If so, what do you use in production? <BR/><BR/>Also, I'd love to hear how esi integrates w/ CMS, at some point. Seems like this would be a very powerful way to handle the modular site architecture you guys have built.Sachinhttp://www.blogger.com/profile/03686247897785022603noreply@blogger.comtag:blogger.com,1999:blog-38601396.post-78419838811676269762007-08-23T11:27:00.000-07:002007-08-23T11:27:00.000-07:00This is eye-opener info, really. I feel I need to ...This is eye-opener info, really. I feel I need to rethink everything I know about Rails-scaling.<BR/>Thanks.ismaSanhttp://www.blogger.com/profile/12478978326569335706noreply@blogger.comtag:blogger.com,1999:blog-38601396.post-15971073922655847352007-08-07T13:18:00.000-07:002007-08-07T13:18:00.000-07:00In this case, mongrel-esi doesnt replace mongrel, ...In this case, mongrel-esi doesnt replace mongrel, its acting as a development-only proxy server that sits in front of mongrel. If you study the implementation, it is a custom mongrel handler, but its current implementation is a proxy server because we have multiple applications sitting behind it, not just one.Aaron Batalionhttp://www.blogger.com/profile/17988010117926325229noreply@blogger.comtag:blogger.com,1999:blog-38601396.post-61797915308068722062007-08-07T09:44:00.000-07:002007-08-07T09:44:00.000-07:00So does mongrel-esi replace the normal mongrel the...So does mongrel-esi replace the normal mongrel then?Saimonhttp://www.blogger.com/profile/08811095080734088426noreply@blogger.com