Re: [Proxool-developer] Spurious connections caused by Prototyper's apparently wrong connectionCount
UNMAINTAINED!
Brought to you by:
billhorsman
From: Bill H. <arc...@gm...> - 2005-09-30 11:41:02
|
Hi Hrvoje, On 9/30/05, Hrvoje Niksic <hn...@xe...> wrote: > It doesn't seem like a good idea to try out the unofficial beta on a > server already in production and used by thousands of simultaneous > users. I agree. It wasn't my suggestion. 0.8.9b6 is shortly to become RC1. There are no known problems. If you are able to test it in a non-production environment that would be very helpful. Isn't there a hint on how I could fix the problem with the > Prototyper's connectionCount? Is the protection from calling > reallyClose() twice the correct approach? I'm not sure. Does the number of extra connections created correspond with the number of reported connections that were closed automatically? Mitch's patch does make sense. You might want to consider making it thread safe. I cannot find the source of 0.8.9b6. It is /very/ similar to the latest code from CVS. (The only class that is different is AdminServlet and that has no bearing on this). That one class being different is what makes it unofficial. - Bill |