[Memcacheddotnet-devel] Re: memcache patch
Status: Beta
Brought to you by:
timiscool999
From: Maxim M. <mm...@um...> - 2006-01-17 21:52:35
|
There appears to be another bug in that maintenance thread. It's still not closing connections but this time due to a different exception. This line: DateTime expire =3D (DateTime) sockets[ socket ]; throws a null ref exception since that socket doesn't exist in the hash. socket comes from a foreach loop that iterates over all the keys... So looking at this for about 10 mins now seems like there are a couple issues.= . For some reason, it's iterating over keys (sockets) that have been already removed. Or it's not removing and closing correctly. I'm going to look at this further but let me know if you come up with a fix for it Max On 1/17/06, Tim Gebhardt <ti...@ge...> wrote: > > The patch looks good. The timing stuff is a lot easier to read now. I > redeployed the SourceForge.net download. > > > > > > -Tim > > > ------------------------------ > > *From:* max...@gm... [mailto:max...@gm...] *On Behalf Of *M= axim > Mass > *Sent:* Monday, January 16, 2006 9:04 PM > *To:* ti...@ge... > *Subject:* memcache patch > > > > I fixed a few things in the SockIOPool.. Take a look and sanity check thi= s > please.. > > |