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
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
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
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
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
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