Preventing execution of a method

greg greg at cosc.canterbury.ac.nz
Thu Dec 11 18:46:22 EST 2008


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.

-- 
Greg




More information about the Python-list mailing list