simple pub/sub

Steve Howell showell30 at yahoo.com
Thu Jan 21 16:08:02 EST 2010


On Jan 21, 9:37 am, a... at pythoncraft.com (Aahz) wrote:
> In article <0af0eff2-50e2-44aa-81f1-b3d12cb26... at a15g2000yqm.googlegroups.com>,
> Steve Howell  <showel... at 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.




More information about the Python-list mailing list