Goran Zuzic
3ae35fa161
Renamings
...
Summary:
1. SenderMessage -> ReturnAddressMsg and GetChannelToSender -> GetReturnChannelWriter
2. Channel -> ChannelWriter
3. Connector -> Channel
4. removed old serialize_test
5. removed AwaitEvent and PopEvent
Reviewers: sasa.stanko
Reviewed By: sasa.stanko
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D698
2017-08-23 15:18:07 +02:00
Goran Zuzic
abedfb29b1
Make Distributed Singleton (and remove unused code)
...
Reviewers: sasa.stanko, buda
Reviewed By: sasa.stanko
Differential Revision: https://phabricator.memgraph.io/D694
2017-08-22 17:14:54 +02:00
Goran Zuzic
8f33269b03
Make System a singleton + Fix some protocol errors
...
Reviewers: mferencevic, sasa.stanko
Reviewed By: mferencevic, sasa.stanko
Differential Revision: https://phabricator.memgraph.io/D693
2017-08-22 16:30:25 +02:00
Goran Zuzic
0f12426ae3
Put Reactors framework into a seperate file and demangle the dependencies
...
Summary:
1. move Reactor (local) stuff into reactors_local.hpp/.cpp
2. renamed connector_unit -> reactors_local_unit
3. renamed communication.hpp/.cpp -> reactors_distributed.hpp/.cpp
Reviewers: sasa.stanko, mferencevic
Reviewed By: sasa.stanko
Differential Revision: https://phabricator.memgraph.io/D675
2017-08-17 16:16:13 +02:00
Sasa Stanko
061b8933a7
Create Distributed class for non-local functionality
...
Reviewers: zuza, lion, buda, mferencevic
Reviewed By: zuza
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D669
2017-08-17 14:58:51 +02:00
Sasa Stanko
d88380c602
Replace SendHelper with Send call
...
Reviewers: zuza
Reviewed By: zuza
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D649
2017-08-08 18:47:06 +02:00
Goran Zuzic
045e14e139
Callback interface consistency changes
...
Summary:
1. add a test for unsubscription service
2. change the callback to accept const subscription&
3. renamed Send -> SendHelper
4. created a more usable Send
5. changed the Send usages
Reviewers: buda, lion, sasa.stanko
Reviewed By: sasa.stanko
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D647
2017-08-08 17:22:26 +02:00
Goran Zuzic
6ce504349f
Adding callback by type (Work in Progress)
...
Summary:
Merge branch 'dev' of https://phabricator.memgraph.io/diffusion/MG/memgraph into dev
Finished adding callback by type.
Reviewers: buda, lion, sasa.stanko
Reviewed By: sasa.stanko
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D644
2017-08-08 15:56:49 +02:00
Matej Ferencevic
2ba0f0cdea
Initial version of distributed networking stack.
...
Reviewers: buda, lion
Reviewed By: buda
Subscribers: pullbot, zuza
Differential Revision: https://phabricator.memgraph.io/D636
2017-08-07 16:26:43 +02:00