Thanks. Your "patch" is checked in ;)

Vadim

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 04, 2002 9:31 AM
> To: [EMAIL PROTECTED]
> Subject: Multiple MemoryStores not possible
> 
> Hi,
> 
> I've noticed that the HashTable in MemoryStore is static:
> private static Hashtable table=null;
> 
> Since MemoryStore implements ThreadSafe, I see no reason for why this
should
> be static. It has the disadvantage that it is impossible to define
multiple,
> seperated MemoryStores, since they will use the same HashTable anyway.
> 
> Since it is just a matter of removing the word 'static', I guess it
would be
> overkill to supply a patch.
> 
> 
> --
> Bruno Dumon


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

Reply via email to