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

Kip Macy kip.macy@REDACTED
Wed Aug 29 20:15:04 CEST 2007


On 8/29/07, Bob Ippolito <bob@REDACTED> wrote:
> 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.

Linux has a pretty efficient TCP stack, unless one bypasses the TCP/IP
layers when connecting over localhost pipes will have fundamentally
less work to do i.e. just copy in to the kernel, copy out of the
kernel - or for larger transfers the kernel can map the destination
buffer into the OS and copy directly.

 -Kip



>
> 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
> >
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list