This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-01
Channels
- # aleph (7)
- # bangalore-clj (1)
- # beginners (89)
- # boot (5)
- # clara (21)
- # cljs-dev (2)
- # cljsrn (57)
- # clojure (58)
- # clojure-austin (1)
- # clojure-conj (1)
- # clojure-italy (5)
- # clojure-losangeles (3)
- # clojure-russia (4)
- # clojure-sanfrancisco (4)
- # clojure-spec (31)
- # clojure-uk (67)
- # clojurebridge (4)
- # clojurescript (56)
- # cursive (92)
- # data-science (4)
- # datomic (15)
- # emacs (23)
- # events (1)
- # fulcro (121)
- # gorilla (2)
- # jobs-discuss (1)
- # juxt (1)
- # lambdaisland (6)
- # lumo (13)
- # off-topic (11)
- # om (1)
- # onyx (17)
- # overtone (5)
- # parinfer (9)
- # planck (3)
- # re-frame (21)
- # reagent (95)
- # ring-swagger (7)
- # spacemacs (58)
- # vim (13)
- # yada (2)
Is there a way to make an aleph HTTP server suspendable? https://github.com/weavejester/suspendable. To do so I'd need to be able to update the routes that get passed in
I imagine this question has been asked a lot, but what work has been done re: clustering on top of aleph? a lá Akka
@danielcompton, I'm suspending Aleph the same way as weavejester is suspending Jetty in duct: https://github.com/duct-framework/server.http.jetty/blob/master/src/duct/server/http/jetty.clj
@miikka so the handler that you pass to Aleph does a deref of the atom to get the actual handler?
nice, thanks 🙂