Posts

Showing posts from May, 2017

Java 9 - What is new

PID / Process Information Private Methods in Interfaces JShell  & more: https://dzone.com/articles/java-9-besides-modules

NGINX HTTP server

"NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. NGINX is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption. NGINX is one of a handful of servers written to address the C10K problem . Unlike traditional servers, NGINX doesn’t rely on threads to handle requests. Instead it uses a much more scalable event-driven (asynchronous) architecture ..." https://www.nginx.com/resources/wiki/