Don’t Share Java FileChannels
A user opens an issue complaining the server-side application you developed for them frequently crashes with “too many open files” error under heavy load. Wh... (more…)
Read more »Recently I’ve had a need to use Java Mission Control (JMC) to look at some Java Flight Recorder (JFR) files for a piece of code I’ve been analysing for performance issues. The piece of code didn’t require being run in production so I decided to do the ana… Read more