Re: Three Physical Tiers

2009-03-06 Thread Ishwor Gurung
ruffeo wrote: > I guess my question is how do you call a remote model object on a > different web server using Django MTV framework. I reckon you'd have to use some sort of RPC that translates the call to/from the remote model but I am not sure if Django provides such primitive. Cheers, Ishwor

Re: Three Physical Tiers

2009-03-06 Thread ruffeo
I guess my question is how do you call a remote model object on a different web server using Django MTV framework. On Mar 5, 5:14 pm, Kevin Teague wrote: > On Mar 4, 12:21 pm, ruffeo wrote: > > > Does anyone know how to develop a complex django project in a3tiered > > network environment, sti

Re: Three Physical Tiers

2009-03-05 Thread Kevin Teague
etween individual processes and how they communicate. If you want three physical tiers, each tier can have it's own MVC pattern (or each one can use a totally different pattern). If the "App Server" is a representation of the model and is only accessible by web services, then you

Re: Three Physical Tiers

2009-03-04 Thread Mike Ramirez
On Wednesday 04 March 2009 05:43:41 pm ruffeo wrote: > This was extremely helpful. What about the need to protect the > database from intrusion? Since there is only one hop from the > webserver to the database server (2 tiers). At my job, the school of > thought is that the middle tier is the only

Re: Three Physical Tiers

2009-03-04 Thread ruffeo
This was extremely helpful. What about the need to protect the database from intrusion? Since there is only one hop from the webserver to the database server (2 tiers). At my job, the school of thought is that the middle tier is the only server that can access the database (ip restriction) which i

Re: Three Physical Tiers

2009-03-04 Thread Ishwor Gurung
Hi ruffeo wrote: > Does anyone know how to develop a complex django project in a 3 tiered > network environment, still using the MCV architecture? > > I.E. Web Server (view and control code), App Server (model code), and > Database Server model- representation that needs to be modeled into the d

Three Physical Tiers

2009-03-04 Thread ruffeo
Does anyone know how to develop a complex django project in a 3 tiered network environment, still using the MCV architecture? I.E. Web Server (view and control code), App Server (model code), and Database Server --~--~-~--~~~---~--~~ You received this message b