Hi Ben, On 28.12.2017 00:40, Nobody III wrote: > Currently, Genode has session interfaces for various use cases, but I'm > unsure of which one to use for simple "send-and-forget" scenarios. The > "Terminal" interface seems to be the best option currently available, > but seems a little misleading. Should I use "Terminal" sessions for > send-and-forget IPC, or is there a better option?
it depends on the type of content you wish to send. If your content is a *stream* of data, the 'Terminal' session is appropriate. If your content can be expressed as a *state*, better use the 'Report' session interface. In general, you should try to use the report-session interface whenever possible because it does not require the queuing of information. In contrast to streamed data, only the most recently reported state needs to be preserved. Cheers Norman -- Dr.-Ing. Norman Feske Genode Labs https://www.genode-labs.com · https://genode.org Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ genode-main mailing list genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main