Re: popular framework?

2006-06-08 Thread nate

Actually, I lied.  Based on a comparison of the number of users in
Symfony's forum to the number in ours, we have 80% more active users,
and are on track to double them in the next month or two.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: popular framework?

2006-06-08 Thread AD7six

Hi Mika,

There are only 3 ;), and if you are running in a production type setup,
there is only one that counts and it´s the one in your webroot.

http://manual.cakephp.org/chapter/3 (section Production Setup or
Alternative Installation Options)

Cheers,

AD7six


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: popular framework?

2006-06-08 Thread Mika

Which .htaccess file were you referring to, considering there are so
many?


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: popular framework?

2006-06-07 Thread nate

Symfony and the Zend Framework have more "downloads" than we do, and
Symfony probably has more active users, but that'll likely change in
the near future.

Scaling with Cake is, for the most part, just like scaling any PHP
application, although Cake does have some built-in production mode
optimizations (setting DEBUG to 0 enables production mode).

The two things I recommend most often are installing a good opcode
cache like APC (http://pecl.php.net/package/APC), and moving Cake's
mod_rewrite rules from the .htaccess files into the Apache conf.  This
keeps them in memory, rather than requiring Apache to read the files on
every request.

On my production server, Cake can render average requests at the rate
of between 60 and 80 per second.  Using Cake's built-in caching
features, that rate increases to over 100 per second.  This is a basic
production box with basic optimizations, including those mentioned
above.  If you had a proper cluster, I'm sure you could handle a much
higher volume.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: popular framework?

2006-06-07 Thread John Zimmerman [gmail]
http://www.phpit.net/article/ten-different-php-frameworks/This is a comparison chart.  Somewhat inaccurate in some areas but one of the only ones I ca really find.
I think most of the people on the Cake list are going to tell you that Cake is the best.I tried a couple of others (Symfony and Seagul to name two) and found them rather clumsy for what I was trying to do and the way I wanted to work.  I found Cake to be nearly perfect.
I also started on Rails but lost interest the day I found Cake.  I have been programming PHP for a while and porting sites from my home grown code and projects I inherited was easier to go to Cake than Rails.
I can't tell you about useage resources on a busy server as my projects aren't being launched in high traffic targets (but one of them should soon).  I am sure others can tell you about that though.
On 6/7/06, yusuf <[EMAIL PROTECTED]> wrote:
Is cake php the most popular framework for php? Are there others thatare widely used out there?Also, how does cake scale up, in terms of users and resource over head?Thanks.
--~--~-~--~~~---~--~~
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  -~--~~~~--~~--~--~---


popular framework?

2006-06-07 Thread yusuf

Is cake php the most popular framework for php? Are there others that
are widely used out there?

Also, how does cake scale up, in terms of users and resource over head?

Thanks.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---