# 02 Aug 2011
10 notes
“We’ve always wanted to add this real time updating awesomeness to the web app, and with the help of Scala, Akka, Netty and Unfiltered, we’re excited to announce that real time updates are finally here.”
# 25 Jul 2011
24 notes
Callbacks, synchronous and asynchronous
In the end it works, but imagine what happens if callback-based APIs become popular and every jar you use with a callback in its API has to have its own thread pool. Kind of sucks. That’s probably why Netty punts on the issue. Too hard to make policy decisions about this in a low-level networking library.
/cc Waffle, who said some of this before.
# 18 Apr 2011
49 notes
Dispatch 0.8.0 - implicit.ly
This is a significant upgrade to Dispatch, adding preliminary support for the NIO HttpAsyncClient as a backend.
# 14 Feb 2011
11 notes
“This beta release updates Dispatch’s HttpClient dependency to 4.1 final, and adds support for the NIO HttpAsyncClient.”