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
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
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
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
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
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
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
7 matches
Mail list logo