I was wondering why the authors decided to go all the way down to Java NIO instead of providing an actor based interface on top of Netty which is a well tested and highly performant project? It seems like if this alternative was chosen a lot of Netty's other goodies like frame decoder implementations, web socket implementation, spdy implementation would come for almost free.
Netty is also used by a lot of other frameworks like Finagle and Vertx giving it a lot of indirect testers.
I hope this did not come of as arrogant. It seems like using Netty would free the Spray team to focus on the API and contribute to Netty performance through patches. Was this option evaluated?
Thanks,
Rajiv
--
You received this message because you are subscribed to the Google Groups "spray-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spray-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
>>>> has worked really well for us in production for over a year n> --