Re: Embedded Python - Sharing memory among scripts, threads

2005-10-24 Thread adsheehan
Any ideas? -- http://mail.python.org/mailman/listinfo/python-list

Embedded Python - Sharing memory among scripts, threads

2005-10-21 Thread adsheehan
Hi, I have a multi-threaded C++ software app that embeds Python. When multi-threading (native system threads) it is possible that multiple instances of a Python script are active. I have a requirement to 'share' some data values between these script instances (e.g. counters, file handles etc).