Roger Schildmeijer
Roger Schildmeijer
pull request for old issue w/o patch supplied, https://github.com/Netflix/astyanax/issues/220
elastica (https://github.com/rschildmeijer/elastica) is a distributed system built using Tornado. The application should be ported to Deft and would show users how Deft could be used to other things than asynchronous...
selam pointed out: https://github.com/rschildmeijer/deft/commit/6601460362c8a3e27984a17c296c7d6d615cba6e#commitcomment-399036 short version: "The root cause is the naive parsing in o.d.web.http.HttpRequest#of. Should probably do something similar to the PartialHttpRequest solution. (Its dangerous to assume that the...
At the moment the framework always tries to set the etag based on the response body. This is expensive. http://en.wikipedia.org/wiki/HTTP_ETag
Got a lot of these (harmless) Errors when running the deft web server component using > 1 thread. ``` 13:00:49.422 [main] ERROR org.deftserver.util.MXBeanUtil - Unable to register org.deftserver.io.timeout.JMXDebuggableTimeoutManager MXBean: javax.management.InstanceAlreadyExistsException:...
From tornadoweb (applies to deft also): http.fetch("http://friendfeed-api.com/v2/feed/bret", callback=self.async_callback(self.on_response)) "If you make calls to asynchronous library functions that require a callback (like the HTTP fetch function above), you should always wrap...
on deftserver.org - @Authenticated - pros/cons on using AsynchronousSocket over pure IOHandler - async http client? - "multi-threading"