Re: Genode in distributed scenarios and ROM proxy implementation

2016-03-23 Thread Norman Feske
Hi Menno, thank you for chiming in. Great that we can get a joint discussion going! > This is great. Currently we're trying to accomplish a similar thing for > RPC calls and Signals. The approach with statically configured proxies > you take, also made most sense to us, which is what we did for R

Re: Genode in distributed scenarios and ROM proxy implementation

2016-03-23 Thread Menno Valkema
Hi Johannes, If you have the sources for marshalling conveniently laying around, please share, I'd like to have a look at them. Thanks, Menno On 21-03-16 17:01, Johannes Schlatow wrote: > Hi Menno, > > On Mon, 21 Mar 2016 12:52:22 +0100 > Menno Valkema wrote: > >> Hi Johannes, >> >> This is g

Re: Genode in distributed scenarios and ROM proxy implementation

2016-03-21 Thread Johannes Schlatow
Hi Menno, On Mon, 21 Mar 2016 12:52:22 +0100 Menno Valkema wrote: > Hi Johannes, > > This is great. Currently we're trying to accomplish a similar thing for > RPC calls and Signals. The approach with statically configured proxies > you take, also made most sense to us, which is what we did for

Re: Genode in distributed scenarios and ROM proxy implementation

2016-03-21 Thread Menno Valkema
Hi Johannes, This is great. Currently we're trying to accomplish a similar thing for RPC calls and Signals. The approach with statically configured proxies you take, also made most sense to us, which is what we did for RPC calls, and we're now trying to use it for Signals. Combined with your work

Genode in distributed scenarios and ROM proxy implementation

2016-03-19 Thread Johannes Schlatow
Hi, as I'm beginning to use Genode in a distributed scenario, I had some thoughts about the use of proxy components in order to transmit particular session interfaces over an arbitrary communication medium. The general concept here is that a client component can connect to a server component ru