Note:This is another post in what I hope will be a series leading up to my concurrency/distributed systems talk at PyCon. I’m steadily working through experimenting with and learning the various frameworks/libraries in the python ecosystem.
I reserve the right (and probably will) to revise these entries based on feedback from people (mainly the author(s) of [...]
Next up in the GBLOSTR (great big list of stuff to review) is the Circuits library by James Mills (here and here) I’m familiar only with James Mills’ posts on python-list, but more recently, I know he’s been working on getting some level of multiprocessing into circuits – circuits was already on my research [...]
Note:This is the first post in what I hope will be a series leading up to my concurrency/distributed systems talk at PyCon. I’m steadily working through experimenting with and learning the various frameworks/libraries in the python ecosystem.
I reserve the right (and probably will) to revise these entries based on feedback from people (mainly the author(s) [...]
Recently, I made an offhand comment here about:
I’ve actually started thinking about/sketching an actor model build on top of MP, using concepts from actors/monitors and things in the ecosystem today
The ensuing comments and discussion were pretty good – but last night Michael Sparks (of Kamaelia) posted a darned nice comment:
Are you aware that a complete [...]