On Jan 21, 9:37 am, a...@pythoncraft.com (Aahz) wrote: > In article > <0af0eff2-50e2-44aa-81f1-b3d12cb26...@a15g2000yqm.googlegroups.com>, > Steve Howell <showel...@yahoo.com> 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?
The data is just a stream of instrument readings, so putting it into a relational database doesn't really buy me much. So far "multiprocessing" seems to be the way to go. -- http://mail.python.org/mailman/listinfo/python-list