bloom-lang / bud

Prototype Bud runtime (Bloom Under Development)
http://bloom-lang.net
Other
854 stars 59 forks source link

MPMD deploy #147

Closed billmarczak closed 12 years ago

billmarczak commented 13 years ago

Deployer should support different ruby commands & arguments / bud classes & options hashes on different bud instances.

neilconway commented 13 years ago

Yep, this would be very useful. For example, for the fault tolerance stuff I'm working on, I'd like to have different code run at the master (deployer) node than at the children.

Perhaps one way to design this:

This wouldn't let you run different code at different deployed instances, but we can add that later easily enough.

neilconway commented 12 years ago

Deply is gone (for now anyway).