http4s / http4s-servlet

http4s-servlet support
Apache License 2.0
6 stars 6 forks source link

Add builder for BlockingHttp4sServlet #86

Closed rossabaker closed 1 year ago

rossabaker commented 2 years ago

Blocking servlets are paleozoic, but:

  1. There's a long tradition of them in the servlet world.
  2. They can be faster.
  3. This works with a mere Sync constraint. Loom might make those fashionable again!

Most people will want an async servlet, of course.

rossabaker commented 1 year ago

I can't remember why this one stalled...

rossabaker commented 1 year ago

I was thinking we could get this old thing mopped up, cut a Servlet 4 and Servlet 5 release (instead of milestones) so they're there, and then quickly bid them goodbye on our way to Servlet 6.