Preventing execution of a method
greg
greg at cosc.canterbury.ac.nz
Thu Dec 11 18:46:22 EST 2008
More information about the Python-list mailing list
Thu Dec 11 18:46:22 EST 2008
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list