Y
Hacker News
new
|
ask
|
show
|
jobs
by
knv
2830 days ago
How Condor differentiate itself from Ranch?
1 comments
s1n4
2830 days ago
Ranch is merely a socket acceptor pool. Condor takes care of framing and buffering, also.
link
vmsp
2830 days ago
Doesn't native erlang handle that? With {packet, Len} and {active, once}?
link
s1n4
2830 days ago
Not the buffering.
link
e_proxus
2828 days ago
You can set a user level buffer size of the socket driver, and a receive buffer size (see
http://erlang.org/doc/man/inet.html
).
Why is another level of buffering needed?
link