Re: gdi question



well...that WAS it.

i'm testing development on an xp pro/iis/php 5 configuration...and, if you
hack the iis metabase you can change the max connections from 10 to 40...at
least it will accept 40 as the highest valid value anyway. having doubts as
to whether iis was even looking at that value, i uninstalled iis-www and
installed xitami. i have the max connections left blank for now...and,
vioala! every thumbnail is shown in the browser without fail!

thanks a million for your help!


"Hilarion" <hilarion@xxxxxxxxxxxxxxxxx> wrote in message
news:dg6p5g$dau$1@xxxxxxxxxxxxxxx
|> > 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.
|
| One connection can be used only to get one resource at a time. Most
browsers
| to speed up loading of pages opens some additional connections to the
server
| to get more than one resource (image, CSS file, JS file etc.) at a time.
| If the count of connections opened by the prowser exceeds the server
limits
| (server returns error code stating that) then the browser should decrease
it,
| but most browsers do not - they treat the error code like any other error
| code, which means that the browser shows the image as unavailable. It does
| not matter if the browser keeps the opened connections (reuses them) or
| not because the count of requests processed at the same time is the true
| limit.
|
|
| > i've changed the setting to no avail ... any other ideas?
|
| Browser settings or server settings? The first one should be changed first
| to check if it's really the cause. If you are sure that that's it, then
| check the server settings (there can be more than one parameter involved
| like total limit, limit on connections from same host etc.).
|
|
| Hilarion


.



Relevant Pages

  • RE: how many browser connections, and do mapped drives count?
    ... "trink" wrote: ... How many browser connections will a W2K3 server support at ... Does that number of connections include mapped network drives, ... This is the first time I've even thought about how many *browser* ...
    (microsoft.public.windows.server.networking)
  • Re: Streaming PDF generates warning in IE6
    ... It's worth noting that the browser will, when byte range serving is ... enabled, potentially make many connections to the server, each ...
    (comp.text.pdf)
  • Re: Add Network Place Wizard does not work sometimes
    ... >folder of one computer from another. ... >I check my records and see, that by this way I fix the connections before. ... Your problem is symptomatic of either a browser, connectivity, or name ... The Microsoft Browstat program will show us what browsers (I'm not talking about ...
    (microsoft.public.windowsxp.network_web)
  • Re: gdi question
    ... Probably your server is limiting ... > the amount of connections so the browser gets the error instead of the> image. ... 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. ...
    (alt.php)
  • Re: Belated look at the OSXhints April Fools front page
    ... There's nothing hostile in my article. ... Unix TeX apparently has many memory leaks - it's a `run and quit' app. ... TeX is a trivial program compared with a web browser. ... has network connections, Javascript programs running in it, various ...
    (uk.comp.sys.mac)

Loading