Question on multiple Python users in one application

Erik python at lucidity.plus.com
Thu Oct 6 17:34:55 EDT 2016


On 06/10/16 22:11, Paul Rubin wrote:
> "Jolly Good Spam" <myspamacct at earthlink.net> writes:
>> Can someone please suggest what I should be looking at and doing to be
>> able to effectively run multiple independent Pythons in a single
>> program?
>
> Put each Python in a separate process and communicate by IPC.

Loren says that this is to be CPython embedded into an existing 
application (in which each user can be identified somehow).

We need to understand first what the process/threading/per-user model of 
the existing application is.

E.



More information about the Python-list mailing list