Re: Shared Memory Space - Accross Apps & Network

2007-05-25 Thread Irmen de Jong
Hendrik van Rooyen wrote: >>> Just to get the ball rolling, I'd suggest two things: >>> >>> Pyro -http://pyro.sf.net > > This is good advice, if you have the power to run it. What do you mean exactly by "the power to run it"? --Irmen -- http://mail.python.org/mailman/listinfo/python-list

Re: Shared Memory Space - Accross Apps & Network

2007-05-25 Thread Hendrik van Rooyen
From: "D.Hering" wrote: > On May 23, 4:04 am, Tim Golden <[EMAIL PROTECTED]> wrote: > > Robert Rawlins - Think Blue wrote: > > I did not see the original post either :-( ... > > > I've got an application that runs on an embedded system, the application > > > uses a whole bunch or dicts and othe

Re: Shared Memory Space - Accross Apps & Network

2007-05-24 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Tim Golden <[EMAIL PROTECTED]> wrote: . . . >PyLinda - http://www-users.cs.york.ac.uk/~aw/pylinda/ > >This implements the tuplespace paradigm. It's great >fun to use, but as far as I know this i

Re: Shared Memory Space - Accross Apps & Network

2007-05-23 Thread Paul Boddie
On 23 May, 11:48, "D.Hering" <[EMAIL PROTECTED]> wrote: > > Possibly, IPython's new interactive parallel environment is what you > are looking for:http://ipython.scipy.org/moin/Parallel_Computing See this and related projects on the python.org Wiki: http://wiki.python.org/moin/ParallelProcessing

Re: Shared Memory Space - Accross Apps & Network

2007-05-23 Thread Paul Boddie
On 23 May, 11:48, "D.Hering" <[EMAIL PROTECTED]> wrote: > > Possibly, IPython's new interactive parallel environment is what you > are looking for:http://ipython.scipy.org/moin/Parallel_Computing See this and related projects on the python.org Wiki: http://wiki.python.org/moin/ParallelProcessing

Re: Shared Memory Space - Accross Apps & Network

2007-05-23 Thread D.Hering
On May 23, 4:04 am, Tim Golden <[EMAIL PROTECTED]> wrote: > Robert Rawlins - Think Blue wrote: > > > I've got an application that runs on an embedded system, the application > > uses a whole bunch or dicts and other data types to store state and other > > important information. > > I'm looking to b

Re: Shared Memory Space - Accross Apps & Network

2007-05-23 Thread D.Hering
On May 23, 4:04 am, Tim Golden <[EMAIL PROTECTED]> wrote: > Robert Rawlins - Think Blue wrote: > > > I've got an application that runs on an embedded system, the application > > uses a whole bunch or dicts and other data types to store state and other > > important information. > > I'm looking to b

Re: Shared Memory Space - Accross Apps & Network

2007-05-23 Thread Gabriel Genellina
En Wed, 23 May 2007 05:04:10 -0300, Tim Golden <[EMAIL PROTECTED]> escribió: > I noticed that the post hadn't appeared on Google > Groups, at least. I read things via the mailing list; > is it possible your post hasn't made it across to > Usenet either? I read this thru the gmane news interfase

Re: Shared Memory Space - Accross Apps & Network

2007-05-23 Thread Tim Golden
Robert Rawlins - Think Blue wrote: > I've got an application that runs on an embedded system, the application > uses a whole bunch or dicts and other data types to store state and other > important information. > I'm looking to build a small network of these embedded systems, and I'd love > to hav

Shared Memory Space - Accross Apps & Network

2007-05-22 Thread Robert Rawlins - Think Blue
Hello Guys, I've got an application that runs on an embedded system, the application uses a whole bunch or dicts and other data types to store state and other important information. I'm looking to build a small network of these embedded systems, and I'd love to have them all share the same