Having problems with too many sessions when displaying dynamic image content.

K

Ken Varn

I have an ASP.NET web page that displays about 16 dynamic images using an
HttpModule handler tied into16 Image controls. When the browser tries to
display each image, it attempts to display all of them at the same time
which causes IIS to fail on some of the requests because there are too many
sessions. Is there anyway that I can prevent this from happening? I
basically need to somehow tell the browser to wait for each image url to
render before loading the next one.
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.

EmailID = varnk
Domain = Diebold.com
-----------------------------------
 
W

William F. Robertson, Jr.

Just a shot in the dark here...

Could you add the HttpModule to another application pool, and increase its
worker thread count. Since serving the images isn't too intense of an
operation I would believe you could increase the default 25 count without
taking a signifigant hit.

Also there is a queue count of the number of request IIS will queue up
waiting for an available processing thread.

bill
 
K

Ken Varn

Could you elaborate on this a bit? I am not sure what you are talking
about. Examples or how-to needed.

--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.

EmailID = varnk
Domain = Diebold.com
-----------------------------------
William F. Robertson said:
Just a shot in the dark here...

Could you add the HttpModule to another application pool, and increase its
worker thread count. Since serving the images isn't too intense of an
operation I would believe you could increase the default 25 count without
taking a signifigant hit.

Also there is a queue count of the number of request IIS will queue up
waiting for an available processing thread.

bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top