by root | Jan 31, 2017 | Development, Ember.js, Frontend, iOS, Java, Javascript, Mobile, Process
Shiv and I took up a challenge, “no mindless StackOverflow use” recently for 15 days. The purpose was to figure out our performance without StackOverflow and if its possible to completely avoid it. Our new project “Security Management” was an...
by root | Jan 5, 2017 | Java
Reentrant lock and Executor Services EmailManager Service(thread) maintains its Internal Event Queue, which makes use of synchronized blocks of events such as synchronized postEvent(method), synchronized getNextEvent(method). Event Queue queues the events both from...