Fork me on GitHub
#aleph
<
2017-09-01
>
danielcompton01:09:13

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

shader02:09:06

I imagine this question has been asked a lot, but what work has been done re: clustering on top of aleph? a lá Akka

miikka06:09:47

i.e. have the handler in an atom

danielcompton08:09:35

@miikka so the handler that you pass to Aleph does a deref of the atom to get the actual handler?

danielcompton09:09:50

nice, thanks 🙂