<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 2 December 2015 at 12:12, Frédéric Mantegazza <span dir="ltr"><<a href="mailto:mantegazza@ill.fr" target="_blank">mantegazza@ill.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":1c2" class="a3s" style="overflow:hidden">So, the kernel can't be a specific application, but just an<br>
(python or other) execution environment ?</div></blockquote></div><br></div><div class="gmail_extra">You could make a custom execution environment which only exposes a particular set of commands relevant to e.g. controlling a mass spectrometer. But broadly, a kernel is there to be the execution backend for a user typing in code, not an RPC framework. If you're happy with the way you use Pyro, you'd probably have to do quite a bit of work to reimplement a similar interface on top of our kernel/client model.<br><br></div><div class="gmail_extra">Thomas<br></div></div>