Ticket #105 (new enhancement)

Opened 2 years ago

Last modified 8 months ago

Client for serial operation

Reported by: fperez Assigned to: bgranger
Priority: normal Milestone: 0.9.0
Component: ipython1 Version:
Severity: normal Keywords:
Cc:

Description

In order for users to be able to write distributed code which runs the same on a single engine, we need to implement a client that uses an in-process engine, while exposing the same API as the distributed one.

It should only do named copies of all objects of push/pull operations so that it doesn't increase the memory usage of the process.

Change History

02/13/07 12:27:56 changed by bgranger

  • milestone deleted.

Milestone 0.9 deleted

02/13/07 12:47:14 changed by bgranger

  • owner changed from fperez to bgranger.
  • component changed from chainsaw to saw.

02/04/08 14:15:03 changed by bgranger

  • component changed from saw to ipython1.
  • milestone set to 0.9.0.

We will need to have serial clients for each controller interface.