Shared memory python between two separate shell-launched processes

Adam Skutt askutt at gmail.com
Sat Feb 12 09:19:24 EST 2011


On Feb 12, 3:29 am, John Nagle <na... at animats.com> wrote:
>
>     If you're having trouble debugging a sequential program,
> you do not want to add shared memory to the problem.

No, you don't want to add additional concurrent threads of execution.
But he's not doing that, he's just preloading stuff into RAM.  It's
not different from using memcached, or sqlite, or any other database
for that matter.

Adam



More information about the Python-list mailing list