zerovm / zerocloud

Swift middleware for Zerocloud
Apache License 2.0
53 stars 14 forks source link

add co-location support to jobs #190

Closed pkit closed 9 years ago

pkit commented 9 years ago

added support for hinting the job manager to co-locate specific sessions on one machine, if possible see updated docs

larsbutler commented 9 years ago

Hey @pkit, this is very cool! Please give me a day or so to review/test before merging. :)

larsbutler commented 9 years ago

Where does the actual co-location logic happen?

pkit commented 9 years ago

The actual co-location logic happens in the lines 1719-1721, from the question above. :)

larsbutler commented 9 years ago

Okay, looks fine to me. Unfortunately I have no multi-machine environment in which I can properly test this. :( I'll merge anyway.