On 12 May 2016 at 02:35, Brant Knudson <[email protected]> wrote: > > I'd be worried about bringing in a language that doesn't integrate well with > Python, since I'd expect the normal route would be to take advantage of as > much of the existing code as we have and only replace those parts that need > replacing. From these web pages it looks like Go integrates with Python: > https://blog.filippo.io/building-python-modules-with-go-1-5/ and > https://github.com/go-python/gopy (I haven't tried these myself).
It looks like that works by forking off of a go runtime and chatting via locks. Using an RPC model (similar to privsep) would probably be more flexible and easier, with at most a small speed cost. Worth trying a few things to get experience? -Rob -- Robert Collins <[email protected]> Distinguished Technologist HP Converged Cloud __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
