https://nanomsg.org/ aka https://zeromq.org/
среда, 10 июня 2015 г. в 01:40:39 UTC+5, Serge Hulne: > Hi, I would like to know if there is a build-in mechanism (or a typical > Go paradigm) to address message passing interfaces. > > Go solves the problem of message passing between goroutines using the > goroutines / channels construct and is also solves the problem to spread > the load over multiple processors when one isolated computer is involved. > > Does Go also provide something similar (similar to goroutines / channels > or to MPI) to distribute computing load across computers on a network ? > > (I am aware that MPI is more targeted at parallel processing and goutines > / channels are more targeted at making concurrency easy to formulate, but > still). > > Serge. > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/67641730-dfd0-48af-9a44-f092cc6bcc8bn%40googlegroups.com.
