Posted by steve on 09/13/05 17:22
| This may be not GD problem but connection problem. Your browser is
requesting
| many (maybe all) images at the same time. Probably your server is limiting
| the amount of connections so the browser gets the error instead of the
image.
| Try increasing your server connection limits or configure your browser to
| limit count of connections opened at one time (it should queue image
requests).
interesting! i didn't think of this as a factor but realize now that i
should. so, for each img src, the browser creates a new connection? i
thought the server kept track of the browser session and knew not to treat
that like a new connection...even though it is really requesting a new, but
inclusive, resource.
i've changed the setting to no avail ... any other ideas?
[Back to original message]
|