> 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 ;)


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

Reply via email to