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]