Embedded Python - Sharing memory among scripts, threads
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Embedded Python - Sharing memory among scripts, threads

From: <adsheehan@eircom.net>
Date: Fri Oct 21 2005 - 14:18:14 CEST

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).

I notice that 'global' variables are NOT visible or shared among these
script instances.

Does Python offer a solution to this ?

What are my options ?

Thanks for helping.

Alan
Received on Mon Oct 24 01:56:20 2005