Abstract
----------
IPython's execution in a command-line environment will be ported to a two process model using the ZeroMQ library for inter-process communication. This will:
- prevent an interpreter crash from destroying the user session,
- allow multiple clients to interact simultaneously with a single interpreter
- allow IPython to reuse code for local execution and distributed computing (DC)
- give us a path for Python3 support, since ZeroMQ supports Python3 while Twisted (what we use today for DC) does not.
lunes, 12 de abril de 2010
Suscribirse a:
Enviar comentarios (Atom)
No hay comentarios:
Publicar un comentario