[Webware-discuss] MiddleKit Threading Problem

2004-05-22 Thread Roger Haase
It has been almost two years, but I have once again hit an abend in MiddleObject.py (line 75 in 8.1): assert len(cache)+1==len(row) On my last reported incident, I had been encountering this problem every several months, and the suggestion was made to upgrade to 7.1. That seemed to have fixed

Re: [Webware-discuss] MiddleKit Threading Problem?

2002-08-21 Thread Roger Haase
I think I have a fix to MiddleObject.py at: http://www.users.qwest.net/~haaserd/Webware/NEWMiddleObject.py My modified code is marked # 2002-08-21. I looked at the CVS version and there does not seem to be a lock where I put one, although there are other places it could go, I suppose. At any

RE: [Webware-discuss] MiddleKit Threading Problem?

2002-08-21 Thread Geoffrey Talvola
g.RLock objects in strategic places. - Geoff > -Original Message- > From: Roger Haase [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 21, 2002 1:03 AM > To: [EMAIL PROTECTED] > Subject: [Webware-discuss] MiddleKit Threading Problem? > > > I have finally h

[Webware-discuss] MiddleKit Threading Problem?

2002-08-20 Thread Roger Haase
I have finally had a repeat of the problem I last wrote about on July 20. I have a web page that is trying to load several images at once similar to: The ShowPix.py servlet does several MySQL calls, then loads a .jpg image from the filesystem, messes with it, and writes out the modi

Re: [Webware-discuss] MiddleKit Threading Problem - Stage 2

2002-07-22 Thread Roger Haase
Well, I have been wrong a lot lately... My HTML page had 7 very similar tags trying to display 7 images. The second image succeeded and the other 6 failed. If I had messed up the classes.csv file all seven images should have failed. Also, restarting the AppServer made everything wo

Re: [Webware-discuss] MiddleKit Threading Problem - Stage 2

2002-07-21 Thread Jason Hildebrand
Hi Roger, On Sat, 2002-07-20 at 15:45, Roger Haase wrote: > I believe I have stumbled into another threading issue, one step further > along than the problem of last week. This time it looks like it is in > MiddleKit to me. The situation is the same, I have a web page that is trying What makes