Hi,
I was reading about the object pool pattern on Wikipedia (http://en.wikipedia.org/wiki/Object%5Fpool) and it mentions "dangerously stale state".
What exactly is "stale" state? I know state is variables/data, such as my fields and properties, but what does it mean by stale or dangerously stale?
Thanks