Perhaps something like this?

https://github.com/pachyderm/chess



mån 12 sep. 2016 kl 18:32 skrev David Crawshaw <craws...@golang.org>:

> The map-reduce systems I've worked with in the past bundle up the map
> and reduce functions in a binary, distribute it, and then communicate
> with it by an IPC or RPC system. This lets them take advantage of the
> operating system to control resource allocation. (Given how popular
> containers are becoming, I expect someone will do it with Linux
> containers to provide even better isolation.) I suspect this is a more
> flexible approach than using plugins.
>
> On Mon, Sep 12, 2016 at 2:38 AM, Raj <rajenderreddykompa...@gmail.com>
> wrote:
> >>> However, it is still limited by the fact that Go code can not be sent
> and
> >>> executed remotely.
> >
> > I am not sure if this makes the situation better for this particular use
> > case, but I see that David Crawshaw is working on plugin mode for Go. It
> > looks like it will be part of Go1.8.
> >
> > --
> > 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+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to