Its a bit off topic, but I use the zend framework. Its pretty good although it has its flaws, however youll spend most of my time in the frontend using a javascript franework I suspect.
In terms of just adding machines youll find that it isn't that simple to create extra capacity. You can use sessions across lots of servers tying them together with a lightweight database, but that doesn't scale brilliantly. I'd be suprised if you need to though. Two powerful servers, perhaps in a two layer architecture (database on one, web server on the another), will take quite a load in my experience. Especially with the lots of small requests that you tend to get with Ajax heavy application, rather than big heavy requests that stress the database server. Ta, Henry Sent from my iPhone On Jan 2, 2008, at 10:47, zeugme <[EMAIL PROTECTED]> wrote: > > Hi the list ! > > I'd like to hear witch PHP framework are you using and why ? > What main features/concept make you choose it ? > > And now about performance, how do you scale all that to handle the > load ? > Could you "just" add machines ? > > Thanks ! > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" 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/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
