Posts tagged concurrency
Deadlock in Real World
May 4th
Last year, I was assigned to handle some defects that would occur only when the system was being in high load. Those defects were apparently the result of some concurrent problems both in third party API and my own module. The characteristic of the problems is quite interesting because it features a couple well known [...]
Spurious Wakeup
Sep 14th
I have finished reading Effective Java long time ago. It is such a great book. The more I passed through each page the more I realized how little I know about java programming. The distance between “coder” and “developer” is really far
I read most of the item listed in the book. One of [...]
