Re: how scalable is this framework

2007-05-22 Thread Ming
maybe useful for you, http://paul-m-jones.com/blog/?p=236 On May 20, 10:03 pm, surendra <[EMAIL PROTECTED]> wrote: > I am thinking of making a site like myspace,facebook(social > networking) site. Is it all right to choose this framework. Is it > scalable for such large scalable site?. Am I

Re: how scalable is this framework

2007-05-22 Thread Jiri Kupiainen
CakePHP 1.2 also has a new caching system, which should help with scaling issues a lot. There's out of the box support for Memcache for example, and it's trivial to write your own cache engine. If you're interested, there's an introduction at http://jirikupiainen.com/2007/05/21/cakephp-cache/ . T

Re: how scalable is this framework

2007-05-22 Thread Chris Hartjes
On 5/22/07, Fluxx <[EMAIL PROTECTED]> wrote: > > I built a rather large scale MP3 online music store for independent > artist using Cake: http://www.tuneshout.com. We don't have a LOT of > traffic right now, but for the most part the building and benchmarking > went very smooth. Just make sure t

Re: how scalable is this framework

2007-05-22 Thread Fluxx
I built a rather large scale MP3 online music store for independent artist using Cake: http://www.tuneshout.com. We don't have a LOT of traffic right now, but for the most part the building and benchmarking went very smooth. Just make sure to pay attention to what your models are doing and watch

Re: how scalable is this framework

2007-05-22 Thread DJ Spark
I have an app with 150.000 pageviews monthly , with some good data on it (from 5KB to 500KB of text), without any caching, on a Shared server (dreamhost). Users, loads of HABTM, some simple ACL I made myself (not really a nice one :), a nice text search, some hand tailored ajax goodness. It to

Re: how scalable is this framework

2007-05-22 Thread rtconner
Well to answer the original question.. I am building a huge application with CakePHP also. For the most part its great. Sometimes there are very specific tweaks I want to do, in which the framework itself gets in the way. So far in all of my "hacks" I have not had to edit the core Cake code. Cake

Re: how scalable is this framework

2007-05-22 Thread Sliv
Back in the day I looked at Symfony before CakePHP. I watched a video of a simple app being coded in Symfony. I didn't write any code after the video. Instead, I then looked at CakePHP. No Video. So I just started trying it out. I had a basic scaffolded app working in the time it took to wat

Re: how scalable is this framework

2007-05-22 Thread nate
Javier: you people need to stop perpetuating this stupid myth. But as long as you persist, I'll continue to go around letting people know what *actually* happened: Yahoo! Bookmarks tanked under the load shortly after launch, they had to re-architected major parts of the framework and eventually r

Re: how scalable is this framework

2007-05-21 Thread Dr. Tarique Sani
On 5/21/07, Mariano Iglesias <[EMAIL PROTECTED]> wrote: > > Now if you want to actually build your application, using the best framework > that is out there, as scalable and flexible as it can get without any loss > on performance, then go with CakePHP. > +1 In short if it has to be a framework i

Re: how scalable is this framework

2007-05-21 Thread MrTufty
Iglesias.com.ar > > -Mensaje original- > De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre > de Javier Eguiluz > Enviado el: Lunes, 21 de Mayo de 2007 04:08 a.m. > Para: Cake PHP > Asunto: Re: how scalable is this framework > > For real world proven p

RE: how scalable is this framework

2007-05-21 Thread Mariano Iglesias
@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de Javier Eguiluz Enviado el: Lunes, 21 de Mayo de 2007 04:08 a.m. Para: Cake PHP Asunto: Re: how scalable is this framework For real world proven performance you can consider Symfony PHP framework (http://www.symfony-project.com/). Yahoo Bookmarks (20 million

Re: how scalable is this framework

2007-05-21 Thread John David Anderson (_psychic_)
On May 21, 2007, at 2:19 AM, Dr. Tarique Sani wrote: > > On 5/21/07, Javier Eguiluz <[EMAIL PROTECTED]> wrote: >> framework (http://www.symfony-project.com/). Yahoo Bookmarks (20 >> million users, 12 languages) is built with Symfony (source: >> http://devzone.zend.com/node/view/id/1118). > > And

Re: how scalable is this framework

2007-05-21 Thread [EMAIL PROTECTED]
If you are truly concerned with a few milliseconds of load time, and you will be if you get a couple million users, then cakePHP may not be the best choice. However even if your site does grow to myspace proportions, it's probably not going to happen overnight. If you are successful, and your user

Re: how scalable is this framework

2007-05-21 Thread teemow
Speaking of best-of-breed components: I recently saw a propel presentation, which is the ORM component of symphony. There were a few nice things, but the xml generation was a no-go. But I realized something I had with Python before. Python says there is one way to do it, but before Django there we

Re: how scalable is this framework

2007-05-21 Thread Dr. Tarique Sani
On 5/21/07, Javier Eguiluz <[EMAIL PROTECTED]> wrote: > framework (http://www.symfony-project.com/). Yahoo Bookmarks (20 > million users, 12 languages) is built with Symfony (source: > http://devzone.zend.com/node/view/id/1118). And there is a rumor that Bookmarks will be rebuilt without *any* fr

Re: how scalable is this framework

2007-05-21 Thread Javier Eguiluz
Hi surendra, For real world proven performance you can consider Symfony PHP framework (http://www.symfony-project.com/). Yahoo Bookmarks (20 million users, 12 languages) is built with Symfony (source: http://devzone.zend.com/node/view/id/1118). On May 21, 7:03 am, surendra <[EMAIL PROTECTED]> w

how scalable is this framework

2007-05-20 Thread surendra
I am thinking of making a site like myspace,facebook(social networking) site. Is it all right to choose this framework. Is it scalable for such large scalable site?. Am I making a correct decision? --~--~-~--~~~---~--~~ You received this message because you