Question on multiple Python users in one application
Erik
python at lucidity.plus.com
Thu Oct 6 17:55:51 EDT 2016
On 06/10/16 22:40, Loren Wilton wrote:
> the multi-user program is a virtual machine
> implementation
That's not relevant (unless you mean each user is running in their own
VM, in which case you _really_ need to describe your execution environment).
BTW, you _really_ need to describe your execution environment ;)
> and the programs running on the machine have resources
> like variables, arrays, files, and databases
Python variables? Python arrays (lists? tuples?)? Or some other sort of
"variables" and "arrays" that exist outside of Python?
You _really_ need to describe your execution environment ;)
E ;)
More information about the Python-list
mailing list