1 / 21

Team Lime

Team Lime. Adam Bazinet Hau San Si Tou. Agenda. Review of Concepts Characteristics of our TupleSpace Strategies for Application Development. Initial Concepts. Querying. Reply. TupleSpace. 3 fundamental elements: Field Tuple Tuple Space Field – has a type and a value

euclid
Download Presentation

Team Lime

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Team Lime • Adam Bazinet • Hau San Si Tou

  2. Agenda • Review of Concepts • Characteristics of our TupleSpace • Strategies for Application Development

  3. Initial Concepts

  4. Querying

  5. Reply

  6. TupleSpace • 3 fundamental elements: • Field • Tuple • Tuple Space • Field – has a type and a value • Accessors: getType, getValue • Mutators: set, setActual, setFormal, setNullActual • isFormal, matches, toString

  7. TupleSpace • Tuple – ordered sequence of typed fields • Accessors: get, getField • Mutators: set(Field field, int index) • Comparision: matches, matchField (private) • add, insertAt, removeAt, length, toString • Tuple Space • Accessors: getName, • Functions: ing, inp, out, outg, rdg, rdp • count, toString

  8. Tuple Space

  9. Development • TupleChatApplication • Modified from the M2MChatApplication • Uses TupleSpaces and Probing • “Proof of Concept”

  10. Development • TupleSketchApplication • Modified from the M2MSketchApplication • Uses TupleSpaces and Registered Reactions

  11. Probing • A proactive method for retrieving data • Each node has a separate thread that constantly probes remote spaces

  12. Reactions • Reaction: a pre-defined set of actions that will occur when a given operation is performed on a tuple space • Should be implemented at the tuple space level • registerReaction() • Takes in the unihandle and the type of reaction

  13. Probing vs. Reactions • Major issues: • Flexibility • Efficiency • Adaptability • Bandwidth Consumption

  14. Next Week • Summary from start to finish • Application Demo • Future Improvements

More Related