Hi, I wouldnt do it.
Why would you do it? The usual way to scale multiple servers is to separate database server from application server (which hosts model, logic and view). The you start to scale multiple application servers horizontally. Its easy to do because each server could handle user sessions alone. With a separation you mentioned you would involve serialisation (do you call it in php like that?) Why would you want so much wire communication in you application logic? In Java, server separation between web and business components never have been successfully used. They always used them on the same server scaling horizontally for allowing more users. Perhaps you mind to elaborate why you wanto do this? .: Fabian _____ From: [EMAIL PROTECTED] om [mailto:[EMAIL PROTECTED] groups.com] On Behalf Of Yusdenis Sanchez Perodin Sent: Freitag, 7. März 2008 13:29 To: [email protected] Subject: [symfony-users] Separete in three phisical layers a symfony project Hello everybody: I need to separete my symfony project in three phisical layers because we have three server for the aplications host. One server for the presentations layer, other for logical layer and the other for the model layer. Can we separete a symfony project in three phisical layers?? [EMAIL PROTECTED],Yusdenis Sánchez Perodín --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
<<inline: winmail.dat>>
