Re: simple pub/sub

2010-01-22 Thread bobicanprogram
On Jan 21, 11:54 am, Steve Howell wrote: > Hi, I'm looking for ideas on building a simple architecture that > allows a bunch of independent Python processes to exchange data using > files and perform calculations. > > One Python program would be collecting data from boat instruments on a > serial

Re: simple pub/sub

2010-01-22 Thread Mike Driscoll
On Jan 21, 10:54 am, Steve Howell wrote: > Hi, I'm looking for ideas on building a simple architecture that > allows a bunch of independent Python processes to exchange data using > files and perform calculations. > > One Python program would be collecting data from boat instruments on a > serial

Re: simple pub/sub

2010-01-21 Thread Steve Howell
On Jan 21, 9:37 am, a...@pythoncraft.com (Aahz) wrote: > In article > <0af0eff2-50e2-44aa-81f1-b3d12cb26...@a15g2000yqm.googlegroups.com>, > Steve Howell   wrote: > > > > >Hi, I'm looking for ideas on building a simple architecture that > >allows a bunch of independent Python processes to exchange

Re: simple pub/sub

2010-01-21 Thread Aahz
In article <0af0eff2-50e2-44aa-81f1-b3d12cb26...@a15g2000yqm.googlegroups.com>, Steve Howell wrote: > >Hi, I'm looking for ideas on building a simple architecture that >allows a bunch of independent Python processes to exchange data using >files and perform calculations. SQLite? -- Aahz (a...@p

Re: simple pub/sub

2010-01-21 Thread Steve Howell
On Jan 21, 9:03 am, Adam Tauno Williams wrote: > On Thu, 2010-01-21 at 08:54 -0800, Steve Howell wrote: > > Hi, I'm looking for ideas on building a simple architecture that > > allows a bunch of independent Python processes to exchange data using > > files and perform calculations. > > One Python

Re: simple pub/sub

2010-01-21 Thread Adam Tauno Williams
On Thu, 2010-01-21 at 08:54 -0800, Steve Howell wrote: > Hi, I'm looking for ideas on building a simple architecture that > allows a bunch of independent Python processes to exchange data using > files and perform calculations. > One Python program would be collecting data from boat instruments on

simple pub/sub

2010-01-21 Thread Steve Howell
Hi, I'm looking for ideas on building a simple architecture that allows a bunch of independent Python processes to exchange data using files and perform calculations. One Python program would be collecting data from boat instruments on a serial port, then writing that info out to a file, and also