Live data from Hacker News

Mongrel2 v1.6 Released

sheddingbikes.com

1–10 of 20 posts

Re: Mongrel2 v1.6 Released

#4
post #3

I'm constantly amazed at how much stuff Zed cranks out.

Welll, to be honest, life sort of pushed Mongrel2 to the side temporarily. The book, teaching classes, and the new job took over until they stabilized. But, it's back and people were using it in production already so this means more progress to come.

Re: Mongrel2 v1.6 Released

#5

DevOps folks are going to love the upcoming "config server" protocol that Zed is proposing to do for v1.8.

That's where I'm getting that feature idea from. I think the control port, config anywhere, fast dynamic restarts, and filters will make it the bee's-knees for hosting.

Re: Mongrel2 v1.6 Released

#6
This is a project to watch. Language agnostic web server with a 0MQ back-end to automagically take advantage of multi-threading/multi-core on modern hardware. Nice.

Plus he is running unit tests against code samples in the manual. Brilliant!

Re: Mongrel2 v1.6 Released

#9
post #6

This is a project to watch. Language agnostic web server with a 0MQ back-end to automagically take advantage of multi-threading/multi-core on modern hardware. Nice. Plus he is running unit tests against code samples in the manual. Brilliant!

Here's the coverage report:

http://mongrel2.org/static/coverage/

This release had a drop of about 17% from the last run, but I'll bring it back up in the next one.

Re: Mongrel2 v1.6 Released

#10

I'm wondering why TNetstring types come after the data. This means you have to buffer the entire data before you can parse it. Is this intentional?

It's for backwards compatibility with regular old netstrings. It works very well in practice. Implementations are dead-simple and super fast in just about every language.
Post reply on HN