Re: [Zope] Mutiple images don't always show up
It kind of make me feel better to know other people have observed the same problem. I found the following message in the mailing list by Pierre-Julien Grizel around 09/04/2000, with title: [Zope] Images slow rendering problem http://zope.nipltd.com/public/lists/zope-archive.nsf/242bb7cc2b2c343d802568a... So, it does seem that Zope 2.1.6 has some problems handling multiple images. The problem seems to happen at least with Unix flavor OS (Linux, Solaris, FreeBSD,) and seems to be browser-independent (Netscape and IE alike). I don't think it's the If-Modified-Since problem, since I have applied the patch in http://classic.zope.org:8080/Collector/1388/view and it did not make a difference. regards, Hung Jung PS- correction: in my previous message, where I said Zope 2.1.x, should have been 2.2.x. --- In zope@egroups.com, "Hung Jung Lu" <hungjunglu@h...> wrote:
Hi,
I have observed that in some Zope installations (I am using Zope 2.1.6 through PCGI on Linux, my browser is Internet Explorer 5.5), if I have more than 4 or 5 images (currently I have one page with 12 GIF images), sometimes not all the pictures show up. If I reload the page, the problem is often fixed.
I have seen similar situations both with static images and dynamic images (images generated by Python programs.) I am not sure whether the problem is in the browser, in the Zope server, or in my ISP.
Has anyone seen something similar?
regards,
Hung Jung
-------------------------
PS- related to this, I also know that for Zope 2.1.x there is some thread competing write problem: when two threads (from different browser windows) compete in writing, one browser window does not receive any response. I know Zope is supposed to abort one of the threads and restart it, and matter of fact I do see that happen when I insert print statements. But it's just strange that the browser window does not display anything. This problem reportedly happens with Zope 2.1.6 and 2.1.x, both on Linux and Windows, with IE5 and Netscape browsers alike. This could be a different problem, though.
_________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com.
Hung Jung Lu writes:
It kind of make me feel better to know other people have observed the same problem. I found the following message in the mailing list by Pierre-Julien Grizel around 09/04/2000, with title: [Zope] Images slow rendering problem
http://zope.nipltd.com/public/lists/zope-archive.nsf/242bb7cc2b2c343d802568a...
So, it does seem that Zope 2.1.6 has some problems handling multiple images. If the images are large, then Zope 2.1.6's ZServer synchronization bug may be the cause.
You will find a patch both in the collector as well as at: URL:http://www.dieter.handshake.de/pyprojects/zope/ZServer.pat At work, I now have a reproducible image problem: * Shift-Reload shows the image * Reload: correctly shows the image * Reload: broken image I am very confident, that at least this problem will go away as soon as I find some time to analyse it. Dieter
Dieter Maurer wrote:
At work, I now have a reproducible image problem: * Shift-Reload shows the image * Reload: correctly shows the image * Reload: broken image
What version of Zope? What browsers? Any idea where to look for the problem? cheers, Chris
participants (3)
-
Chris Withers -
Dieter Maurer -
Hung Jung Lu