opensistemas-hub / osbrain

osBrain - A general-purpose multi-agent system module written in Python
https://osbrain.readthedocs.io/en/stable/
Apache License 2.0
176 stars 43 forks source link

Scalability and maintainability #310

Closed songyanho closed 6 years ago

songyanho commented 6 years ago

I have recently built a MAS with osBrain but the main concern is it comes with one nameserver in which it is not fault tolerant. May I know how to solve this issue or is there any better deployment strategy to handle more than 1000 agents registered in one name server?

Peque commented 6 years ago

@songyanho There is currently no other way to handle that. Pyro4 may have something already implemented. If that is the case, we could integrate it in osBrain. Otherwise I do not think we will implement that in the short term. Feel free to contribute code if you want! :blush:

I think this is a duplicate of: #310 #115

Feel free to reopen if it is not.

Thanks for reporting this issue!

Peque commented 6 years ago

@songyanho PS: do not forget to react with :+1: in #310 #115 so that we know there are more people interested on that issue. :wink:

Peque commented 6 years ago

@songyanho Sorry, I meant #115, not #310. :sweat_smile: