On Sat, Feb 8, 2014 at 7:26 PM, Roberto De Ioris <[email protected]> wrote:

>
> > Hi,
> >
> > In theory using UDS should be faster (
> >
> http://lists.freebsd.org/pipermail/freebsd-performance/2005-February/001143.html
> )
> > but do you know some benchmarks or communication patterns which show
> > it indisputably? Thanks in advance.
> >
> >
>
> It is one of those cases where "it is faster because it is simpler,
> nothing more".
>
> Unix sockets are way simpler than TCP and their overhead is practically
> non-existent. The downsides are that they are (obviously) local-only and
> that you need to truly understand the unix permission scheme (and albeit
> you may think it is something every sysadmin should master, i am starting
> to think it is no more the case ;)
>

Thank you for such fast response. This local-only form of the communication
doesn't bother me at all so I guess I'll give it a shot.

You want to say that you had some sad experience with sysadmins who lack
knowledge about permissions in unix? :)


>
>
> --
> Roberto De Ioris
> http://unbit.it
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>



-- 
BR,
Michał Łowicki
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to