[erlang-questions] Cocoa IDE for Erlang (again)

Bob Ippolito bob@REDACTED
Wed Aug 29 18:34:04 CEST 2007


All that tells you is that pipes were faster than TCP 5 years ago on
and old i386 Linux kernel on i386. Nothing about those benchmarks can
really be applied to anything you'd deploy on today. Also, it looks
like the benchmark is probably synchronous, you could very well get
entirely different results with an epoll based stack, like Erlang
would use.

On 8/29/07, Joel Reymont <joelr1@REDACTED> wrote:
> Unix pipes are, apparently, faster than TCP sockets on the same machine.
>
> http://rikkus.info/sysv-ipc-vs-pipes-vs-unix-sockets.html
>
> --
> http://wagerlabs.com
>
>
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list