Re: [ANN] Async Ring 0.1.0

2014-09-10 Thread dgrnbrg
Hi Paul, Thanks for your feedback! I updated the comparison with pedestal when discussing the async queues to address this point. I am also really excited about Jet--I think that it would be a great combination with Spiral! One key difference in Spiral from Jet and Pedestal is that not only can

Re: [ANN] Async Ring 0.1.0

2014-09-10 Thread Paul deGrandis
Hi David, It's excellent to see this tools and others like it (eg: Max Penet's Jet - https://github.com/mpenet/jet)! The more ideas we get in this area, the better all the tooling will become. There are a few things I'd like to clear about the notion of asynchronous processing in general and t

Re: [ANN] Async Ring 0.1.0

2014-09-09 Thread bob
Great, I just wonder how you evaluate the performance, how many concurrences? how many requests? On Tuesday, September 9, 2014 11:25:04 PM UTC+8, dgrnbrg wrote: > > Announcing the release of Async Ring! Ring is a great foundation for > building HTTP servers in Clojure. However, Ring fails to sol

Re: [ANN] Async Ring 0.1.0

2014-09-09 Thread dgrnbrg
Async Ring has been renamed to Spiral, a Ring that doesn't block, to avoid future confusion. On Tuesday, September 9, 2014 12:50:11 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 is

Re: [ANN] Async Ring 0.1.0

2014-09-09 Thread David Greenberg
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 is

Re: [ANN] Async Ring 0.1.0

2014-09-09 Thread James Reeves
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 it

Re: [ANN] Async Ring 0.1.0

2014-09-09 Thread László Török
There seems to be a https://github.com/dgrnbrg/async-ring#comparison-with-pedestal section in the README 2014-09-09 16:34 GMT+01:00 Timothy Baldridge : > How does this compare/contrast with Pedestal. Seems like there might be > some overlap here? > > Timothy > > On Tue, Sep 9, 2014 at 9:24 AM, Da

Re: [ANN] Async Ring 0.1.0

2014-09-09 Thread Timothy Baldridge
How does this compare/contrast with Pedestal. Seems like there might be some overlap here? Timothy On Tue, Sep 9, 2014 at 9:24 AM, David Greenberg wrote: > Announcing the release of Async Ring! Ring is a great foundation for > building HTTP servers in Clojure. However, Ring fails to solve many

[ANN] Async Ring 0.1.0

2014-09-09 Thread David Greenberg
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 s