You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by Radu Manole <ma...@gmail.com> on 2015/06/22 23:39:16 UTC

GSoC - Week 5

I finished the prototype for CrawlerDaemon,
https://github.com/Cyan3/oodt/commit/a54f05c9111ee8d2bc95e1831a1bcc8fe7073268

I have a question, for now on I can take tow paths:
 - Implement avro-rpc through aggregation, like in catalog module, where
AbstractCommunicationChannelServer/Client separate application logic from
server logic,
and then extend and implement avro logic.
 - Implement avro-rpc where application logic and server logic  be
separated.
Which approach it is better?