On Thu, 2003-08-07 at 10:00, Stephan Diehl wrote:
> On Thursday 07 August 2003 15:10, Thomas E Jenkins wrote:
> > For what it's worth I've had the same problems.  It always follows my
> > other problem, MySQL throwing (2013, 'Lost connection to MySQL server
> > during query').  
> 
> Once in a while, I've seeing the same errormessage. Interestingly, this was 
> always early morning and the problem went away after a while. It just looked 
> like the connection run into a timeout over night.
> Maybe it's possible, to check for this specific errormessage in the DBPool.py 
> code and reset all connections if this happens.
> 
> Other than that, I've seen several large processes (about 200MB) that appeared 
> and didn't go away. In that case, no convinient errormessage could be seen, 
> but I suspect that it has something to do with swish-e, an external indexer 
> that runs in a os.system call once in a while.
> But then, again, this is not consistent behaviour and happens only very seldom 
> and has probably nothing to do with Webware at all but with a multithreaded 
> environment.

This would usually happen in the morning for me aswell.  The timeout
makes sense since it is thrown at the time people get to work and start
using the app after it's sat all night doing nothing.

Looking through DBPool.py it's not imeadiately apparent to me how DBPool
would be aware of the exception since I think by the time it's thrown
we're just using a regular MySQLdb connection.  I would not be surprised
it that's just my lack of understanding DBPool.

> > I get the sames symptoms with the webkit still
> > listening but not responding.   I have been unable to reproduce this
> > problem reliably, it does happen about once a day.
> >

-- 
Thomas E Jenkins <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to