Preventing execution of a method

Emanuele D'Arrigo manu3d at gmail.com
Thu Dec 11 19:00:31 EST 2008


On Dec 11, 11:46 pm, greg <g... at cosc.canterbury.ac.nz> wrote:
> Emanuele D'Arrigo wrote:
> > -IF- the application was single-user yes, it wouldn't be a big deal.
> > But as it is potentially multi-user, I don't want one party to corrupt
> > the application for everybody else.
>
> In that case you definitely want a client-server architecture,
> with the server managing all the critical data.

Yep, I agree, I think that's the way to go and although trickier it
allows for some neatness and flexibility.

Thank you!

Manu



More information about the Python-list mailing list