jacksonh / manos

Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple.
Other
453 stars 61 forks source link

Sync blocks #70

Closed ghost closed 13 years ago

ghost commented 13 years ago

Proposal for a synchronous blocks API.

jacksonh commented 13 years ago

I'll bump things up to 4.0 this weekend and keep a 3.5 branch for people that want to use boo. So feel free to target 4.0

ghost commented 13 years ago

I've improved the API to sync blocks a little bit, and now use ConcurrentQueue<> internally. That should make sync blocks both nicer to use and faster. "Breaking" change: the ManosApp parameter to sync blocks got dropped, since sync blocks are more a continuation of route handlers than the timeouts i took the handler code from.

jacksonh commented 13 years ago

Great, looks much better.