![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveEmbedded 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
I have a requirement to 'share' some data values between these script
I notice that 'global' variables are NOT visible or shared among these
Does Python offer a solution to this ?
What are my options ?
Thanks for helping.
Alan
|