Mongrel2 v1.6 Released
sheddingbikes.com
Mongrel2 v1.6 Released
1–10 of 20 posts
Re: Mongrel2 v1.6 Released
#2Re: Mongrel2 v1.6 Released
#3Re: Mongrel2 v1.6 Released
#4I'm constantly amazed at how much stuff Zed cranks out.
Re: Mongrel2 v1.6 Released
#5DevOps folks are going to love the upcoming "config server" protocol that Zed is proposing to do for v1.8.
Re: Mongrel2 v1.6 Released
#6Plus he is running unit tests against code samples in the manual. Brilliant!
Re: Mongrel2 v1.6 Released
#7(sample implementation) https://github.com/bittorrent/bencode/blob/master/bencode/__...
Re: Mongrel2 v1.6 Released
#8Re: Mongrel2 v1.6 Released
#9This 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!
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
#10I'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?