deft
deft copied to clipboard
High performance non blocking web framework
http post body/entity is not properly decoded. (Start in HttpRequest.of(..))
Exception in thread "I/O-LOOP" java.lang.IllegalArgumentException: port out of range:80811 Its because we create an java.net.InetSocketAddress.. doc for ISA: IllegalArgumentException - if the port parameter is outside the range of valid...
http://code.google.com/p/lambdaj/ E.g AsynchronousHttpClient uses anonymous classes and asynchronous calls alot. Will lambdaj "Closures" improve the readability?
font example: http://bit.ly/aA4Vze (monkey island-ish) (stolen from the minecraft video on youtube: http://bit.ly/aWGKbW)
Ensure that headers required to support date format values do so. For example, "If-Modified-Since" should handle this.
This MBean, implemented as an MXBean, will periodically sample and publish metrics about the I/O-LOOP thread. e.g. - Wait Count: - Wait Time: - Block Count: - Block Time: -...
facebook/tornado detects (with pythons signal module) if the ioloop is blocked more than n seconds. Its possible to supply a callback (action) that is called if the ioloop is blocked...
The discoveries that were found in # 81 made me curios about introducing a ByteBuffer pool (experimental). Design aspects: Pool.allocate(int requestedCapacity) will always return a bb with capacity >= requestedCapacity....
Its possible to lower the priority (nice level) of a thread without beeing root (thanks to a bug in suns jvm implementation, http://tech.stolsvik.com/2010/01/linux-java-thread-priorities-workaround.html) Unfortunately its not possible to raise the...