Async Ring has been renamed to Spiral, a Ring that doesn't block, to avoid future confusion.
On Tuesday, September 9, 2014 12:50:00 PM UTC-4, James Reeves wrote: > > Hi David, > > This looks very interesting, however I'd like to request that you change > the name to make it clear this project isn't an official part of Ring. > Usually I don't mind if a library uses "Ring" in its name, but in this case > it seems like there could be a future source of confusion if Ring itself > adopts an asynchronous approach. > > - James > > > On 9 September 2014 16:24, David Greenberg <dsg123...@gmail.com > <javascript:>> wrote: > >> Announcing the release of Async Ring! Ring is a great foundation for >> building HTTP servers in Clojure. However, Ring fails to solve many >> problems that high-performance and transactional HTTP servers must solve: >> >> >> - What does the server do when it can't handle the request rate? >> - How can the server dedicate more or fewer resources to different >> requests? >> - How can long-running HTTP requests be easily developed, without >> blocking threads? >> >> >> Async Ring attempts to solve these problems by introducing a core.async >> based API that is backwards compatible with Ring and popular Ring servers, >> so that you don't need to rewrite your app to take advantage of these >> techniques. >> >> >> Async Ring comes with many features: >> >> - Ports of most ring middleware (just ask me and I'll port your >> favorites!) >> - Beauty, a compojure & clout compatible concurrent quality-of-server >> router >> - Integration with Jetty and Http-Kit, more coming >> - Documentation and Examples >> >> >> Take a look here: https://github.com/dgrnbrg/async-ring >> >> Feedback and pull requests welcome! >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to clo...@googlegroups.com >> <javascript:> >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> clojure+u...@googlegroups.com <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+u...@googlegroups.com <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.