Re: [PATCH] Add worker interrogation via INFO signals

2010-05-07 Thread Joel Watson
Yep, I got your original reply. I've been really busy since my initial post and haven't had much time to take a close look at your proposed middleware. I agree with you on it being unnecessary overhead for every request considering it won't be used all that often, so being able to include it as

Some issues in the HTTP parser (and suggestions)

2010-05-07 Thread IƱaki Baz Castillo
Hi, by inspecting the Ragel grammar of the HTTP parser (coming from Mongrel) I've realized of some possible issues and bugs: hostname = (alnum | - | . | _)+; - It doesn't allow IPv6. This is important IMHO. - It allows _ which is an invalid symbol (not valid for a domain). I suggest:

Sandbox (bundler+isolate) tips RDoc added

2010-05-07 Thread Eric Wong
http://unicorn.bogomips.org/Sandbox.html Please send patches/pull requests for any more tips you'd like to share, including for similar tools. Thanks to Jamie Wilkinson for the Bundler tips! -- Eric Wong ___ Unicorn mailing list -