Hi,
What would be recommended way of handling lots of blocking io concurrent
connections ? Apparently, core.async is not very good match for this
job, because of its limited thread pool and thread (thread macro) per
connection design. Which library would be a good fit for that ? aleph,
pulsa
Hi,
Yeah, what I mean is non-blocking io or async io.
Thanks.
On 04/28/2014 09:07 AM, Atamert Ölçgen wrote:
On Mon, Apr 28, 2014 at 1:50 PM, makkalot <mailto:makka...@gmail.com>> wrote:
Hi,
What would be recommended way of handling lots of blocking io
concurrent co