Hello everyone,

I've been using this wonderful framework for over one year now and I
really enjoyed it. I had pleasure building several webapps for
differents startups that went really well. However, today I started a
new project where I'll need to handle a heavy server load with high
database interaction : complex queries, 350k+ row and growing,
statistics.. and I would like to use CakePHP in a different way this
time for two main reasons : performance and fun (I mean learn
something new!).

Here's in my mind, what I would go for (trying to go as cheap as
possible):

- Database : Firebird 1.5 SS
- Cache Engine : APC or Memcache

- Cake 1.2 views, controllers
- Using CakePHP Models to generate SQL that would be sent via a system
based function (shell_exec, proc..) to a C/C++/Java class that would
execute the query and format it in CakePHP's based arrays then return
it via JSON or XML to Cake.

Since I'm not really familiar with scalability matters, I'm asking
your help here ! Is this totally useless because mysql/interbase.. php
extensions are doing the job 10x faster ? What would you do
considering you're limited with budget / you're real cheap-ass ? Any
study cases?

Thanks in advance !






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