[Spice-devel] [spice-server 03/10] Remove OutgoingHandlerInterface

Frediano Ziglio fziglio at redhat.com
Fri Feb 10 16:17:44 UTC 2017


> 
> On Fri, Feb 10, 2017 at 10:36:10AM -0500, Frediano Ziglio wrote:
> > So are you saying you prefer an heavy unsafe signal instead of a
> > function call just for statistics that's disabled by default?
> 
> My desktop is built on such signals and works just fine, thank you ;)

These are patches for spice-SERVER, not spice-DESKTOP, server
code require more performance and safety, I agree with Gnome
to use such code for desktop and I'd use too.
A crash on server is a DoS or a security issue for instance.
About performances GStreamer that use GLib for some stuff recommends
to not use signals as too slow but allows to register callbacks.

Frediano


More information about the Spice-devel mailing list