Remove Demand Remove Java Remove TechEmpower
article thumbnail

One million HTTP RPS without load balancing is easy

TechEmpower

But check out what they can do: techempower@lg01:~$ wrk -d 30 -c 256 -t 40 [link]. Undertow is the lightweight Java web application server used in WildFly. Yes, on-demand capacity and all the usual upsides of cloud deployments are real. Loaded up with disks, these servers are around $8,000 a piece direct from Dell.

EC2 514
article thumbnail

EnumSet and EnumMap

TechEmpower

from Java's standard libraries. Historically, Enum{Set,Map} were recommended as a matter of safety, taking better advantage of Java's type system than the alternatives. Effective Java goes into detail about this use case for Enum{Set,Map} and enum types in general. This article discusses java.util.EnumSet. and java.util.EnumMap.

Java 330