Explore >> Select a destination


You are here

nikgrozev.com
| | thetechsolo.wordpress.com
10.7 parsecs away

Travel
| | Everything begins with a refresher reading of my fundamental papers - yes, I use a set of papers and books as reference material. This paper is titled: "Why Events Are A Bad Idea (for high-concurrency servers)", by Rob von Behren at the time of writing a PhD fellow at Berkeley [18].Von Behren opens with: "Event-based...
| | thetechsolo.wordpress.com
10.0 parsecs away

Travel
| | Knot is a network server as well as Haboob. The difference is the concurrency model: Knot is thread-based, instead Haboob is event-based [9]. Clearly, from the benchmark results, the poll()/epoll() mechanism is a serious bottleneck as soon as the number of active concurrent clients become relevant (in the specific case, at 16384 clients the trashing...
| | www.uraimo.com
9.6 parsecs away

Travel
| | Discussions on how concurrency should be handled natively in Swift will soon start, new paradigms will be introduced and a swifty approach to concurrency will be defined. This article is an introduction to these topics, it could be useful if you plan to contribute to swift-evolution or even if you just want to experiment with something new using the recommended opensource libraries.
| | blog.jcoglan.com
106.7 parsecs away

Travel
|