Re: [Tutor] client server apps

2007-08-26 Thread Alan Gauld
"Noufal Ibrahim" <[EMAIL PROTECTED]> wrote >> What's the point in having a server app between the user frontend >> and >> a database backend? > Off the cuff, I think the layer would decouple your store (the db) > and > the UI. That's part of it but not the main reason. N-Teir was being touted

Re: [Tutor] client server apps

2007-08-26 Thread Noufal Ibrahim
[EMAIL PROTECTED] wrote: > Hi! > > > What's the point in having a server app between the user frontend and > a database backend? (As is the case of TinyERP wich is writen in > python-GTK) > > Can't simillar functionality be achieved without that server? What are > the main pro's and con's?

[Tutor] client server apps

2007-08-26 Thread paulino1
Hi! What's the point in having a server app between the user frontend and a database backend? (As is the case of TinyERP wich is writen in python-GTK) Can't simillar functionality be achieved without that server? What are the main pro's and con's? Thank you! Paulino