Hi Team,

after investigating a little bit in some lockups I found out that
the MRUStore is not synchronized. Is this by intention?

It seems that under high load and with a little bit of luck all threads
hang in this loop in the hold() method:

while (this.mrulist.size() >= this.maxobjects) {
            /** ...ok, heapsize is reached, remove the last element... */
            this.free();
}

This is only an assumption. Anyone if this might be possible with let's say
100 concurrent threads?

Carsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to