messaging system for Go like NSC (https://github.com/bitly/nsq) or NATS
(http://nats.io). Does that mean you also want to build in supervisor
actors into your system?
Cheers, Haddock
Freitag, 4. September 2015 16:28:21 UTC+2 schrieb Luc Evers:
<https://lh3.googleusercontent.com/-0qNJ73pg-sE/VemokvsWKCI/AAAAAAAACBo/BUJlaP7kpb0/s1600/Go_Actor.png>
Goroutines and channels are perfect to handle multi-core servers but
what about distributed programming.
Would it not interesting to extend GO with actors (like Erlang actors)
for programming distributed systems?
Something like this:
The Actor works like a mailbox and messages are passing one or more
networks. While channels are local and more reliable.
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.