picture

Archive for the ‘Java’ Category

Synchronization of Variables in Java Servlets.

Monday, June 11th, 2007

One thing that one should remember about the servlets and that costs sometimes really much time to find out, why a servlet does not work properly is the synchronization of the class/servlet variables. Let us have a look at (more…)