Hi, we're trying to convert a ring->jetty app to ring->aleph app
we're using core.async and not so familiar with Manifold
we've checked this snippet in the docs
(s/take! (s/->source
could someone please clarify what this is doing? does it has the risk to block the thread or any performance impact?
one more question what targetUtilization in the connection pool mean?
is it the initial open connections?
(in connection pool)
Sorry for the questions flood, what's the best way to deal with Aleph HTTP client + core.async. We'd like when the HTTP request is completed, put the response in a core.async channel. Does manifold deref (@) block the thread? is there a way to implement a callback function when the request is completed?
We tested it doesn't block the java thread. The performance seems ok, we're doing further testing.
Just found d/on-realized 🙂