On Sat, May 10, 2008 at 2:23 PM, Sylmchan <[EMAIL PROTECTED]>
wrote:

>
> Thanks Tarique, any suggestions / ideas on that cake-php -> other
> language -> json -> cakephp "architecture" ?


Go for it only *after* you run into a bottleneck and the well tried
approaches like replication and cache cannot solve it.

The bottleneck in large web apps most often is the Database and Disk access
accessing DB in any language will not gain you much because the DB itself is
slow.

Creating C extensions works best if they are doing complex calculations.
Lastly remember that there is no one ring to rule them all....

HTH

Tarique


-- 
=============================================================
Cheesecake-Photoblog: http://cheesecake-photoblog.org
PHP for E-Biz: http://sanisoft.com
=============================================================

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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