Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change 
notification.

The "MessageService" page has been changed by thomasjungblut:
http://wiki.apache.org/hama/MessageService?action=diff&rev1=1&rev2=2

  
  === Architecture ===
  
- TODO
+ Each task has its own MessageManager which is responsible for starting an 
Server where messages can be received and send to other servers.
  
- === Server ===
+ The default implementation of Apache Hama is 
{{{org.apache.hama.bsp.message.HadoopMessageManagerImpl}}} which uses Hadoop's 
RPC mechanisms.
  
- TODO
+ === Adding more implementations ===
  
- === Client ===
+ We aim to add alot more RPC frameworks to Apache Hama for the next upcoming 
releases.
  
- TODO
+ If you're interested in implementing another framework for communication 
please let us know at the dev-mailing list or post in this 
[[https://issues.apache.org/jira/browse/HAMA-358|JIRA issue]].
  
  === Configuring ===
  

Reply via email to