I'm confirmed that when one person hangs downloading images from the site, 
other people hang  also.  This means something is happening on the server 
side, but I have no idea what it would be.  When it's broken, I can 
download CF pages from the site (along with css or .js files), but not 
images.  I looked at my HTTP headers going to the server, and after 
retrieving the .cfm file successfully, it sends two GET requests for images 
(the max number of connections?), but they never return, and they do not 
time out on the client.  It seems to stay in the broken state for 15-20 
minutes, and then it resets on the server side (allowing new successful 
downloads), but my client shows a page with broken images.  The problem is 
sporadic, occurring on the order of once every 2 hours when we pound the 
site with dummy requests.

One more observation:  as a client, I must clear my local cache to observe 
the problem.  If I already have the images cached, the page downloads fine 
even when it's broken, presumably because the "Not modified" responses can 
be downloaded in the broken state, but not new images.

Thanks in advance for any ideas or pointers (to IIS problems, image 
download problems, or magical incantations) -- this is way out of my 
league, but I need to figure it out nonetheless.

greg


At 06:50 AM 1/12/2001 -0600, you wrote:
>No, we're hosting off 4 bundled T1s -- I meant I was hitting the site from
>a cable modem.  I've checked this suggestion and the others, and still no
>luck on this.  The only change is that we've removed dynamic images from
>the code, and the problem still occurs.
>
>Any other ideas what would make images stop loading?  Also, I've noticed
>that there seems to be a correlation:  when this happens to one person, it
>seems to affect other people hitting the site from different locations --
>images stop downloading for them also.
>
>Any help much appreciated -- I'm stuck!
>
>greg
>
>
>
>
>At 07:35 AM 1/11/2001 -0800, you wrote:
> >Are you hosting off of cable?  I know some carriers suggest that there is
> >above 70% free resources on the server for files (images) to be transfered
> >efficeintly.
> >
> >Chad
> >
> >-----Original Message-----
> >From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
> >Sent: Thursday, January 11, 2001 4:08 PM
> >To: CF-Talk
> >Subject: RE: images stop loading?
> >
> >
> > > Thanks, but in my case I've been clearing the browser cache, and I'm
> > > running NT with 256 MB of RAM, over a cable modem.  And many people have
> > > been seeing the problem, not just me, which makes me wonder if there's
> > > something on the server end, or something bizarre in the code.
> > >
> > > Any other ideas?
> >
> >Check the web-server config, it may be trying to serve the images badly - I
> >find it happens on sites where there's a lot of traffic and their server
> >isn't configured correctly... then again, mine probably isn't optimized <g>
> >
> >Philip Arnold
> >Director
> >Certified ColdFusion Developer
> >ASP Multimedia Limited
> >T: +44 (0)20 8680 1133
> >
> >"Websites for the real world"
> >
> >**********************************************************************
> >This email and any files transmitted with it are confidential and
> >intended solely for the use of the individual or entity to whom they
> >are addressed. If you have received this email in error please notify
> >the system manager.
> >**********************************************************************
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to