Analyzing Deadlocks in Wildfly

Abstract This best-practice article is about analyzing and fixing potential concurrency issues in the Wildfly Java Application Server. Concurrency problems can cause headaches, but multi-threading and process synchronisation is not rocket science, nor witchcraft. In a deterministic machine everything has a cause. Symptoms Requests to a WebApp crashes the whole Read more

By Enrico Homann, ago

Frontend Server Architecture

Abstract This article explains the basic concept behind a Frontend Server Architecture in a short paragraph. Goal of architecture Rebalance processing pressure in the presentation layer from light-weight Frontend clients towards more powerful server machines in a layered fashion. Divide and conquer (of responsibilities) is the basic approach behind the Read more

By Enrico Homann, ago