Re: Prevayler in Clojure

2015-05-30 Thread Plínio Balduino
Awesome, Klaus Thank you Plínio On Sat, May 30, 2015 at 4:31 PM, Klaus Wuestefeld wrote: > Prevalence is the fastest possible and third simplest ACID persistence > technique, combining the two simplest ones. > > https://github.com/klauswuestefeld/prevayler-clj > > -- > You received this messag

Prevayler in Clojure

2015-05-30 Thread Klaus Wuestefeld
Prevalence is the fastest possible and third simplest ACID persistence technique, combining the two simplest ones. https://github.com/klauswuestefeld/prevayler-clj -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to

[ANN] Catacumba 0.2.0: Asynchronous web toolkit for Clojure

2015-05-30 Thread Andrey Antukh
Hi! I'm happy to announce the 0.2.0 release of catacumba, the asynchronous and non-blocking web toolkit for Clojure build on top of ratpack[1] and netty[2]. This release is focused in polish the code base. Here a small list of relevant changes: - Improve session storage api and make it asynchro