Fixed
Details
Details
Assignee
Diego Jancic
Diego JancicReporter
dabuddhaman
dabuddhamanComponents
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created March 31, 2008 at 1:53 AM
Updated April 19, 2009 at 2:24 PM
Resolved August 1, 2008 at 11:27 PM
Location: Memcached.ClientLibrary.SockIOPool.Initialize(:0)
Line: 0
Type: Memcached.ClientLibrary.SockIOPool
Level: ERROR
Logger: Memcached.ClientLibrary.SockIOPool
Message: Trying to initialize an already initialized pool
In "MemCacheProvider" class in the "public void Start(IDictionary properties)" function
there should be checked if the pool is already initialized!!!!
there is also a problem in the public void Stop() function because we try to stop the default pool instance and not the "nhibernate" instance