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

Tony Finch dot@REDACTED
Thu Aug 30 18:08:38 CEST 2007


On Wed, 29 Aug 2007, Bob Ippolito 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.

Actually, it doesn't measure TCP at all: unix domain sockets don't go
through the IP stack. On any system, unix domain sockets and pipes will be
faster than TCP over the loopback interface because there is much less
protocol overhead. On some BSDs, pipes use the same code as unix domain
sockets - I'm not sure if Mac OS X has copied the faster pipe
implementation from more recent versions of FreeBSD.

Tony.
-- 
f.a.n.finch  <dot@REDACTED>  http://dotat.at/
IRISH SEA: SOUTHERLY, BACKING NORTHEASTERLY FOR A TIME, 3 OR 4. SLIGHT OR
MODERATE. SHOWERS. MODERATE OR GOOD, OCCASIONALLY POOR.



More information about the erlang-questions mailing list