473,387 Members | 1,596 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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

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
-----------------------------------
Nov 18 '05 #1
2 1082
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

"Ken Varn" <nospam> wrote in message
news:e6**************@tk2msftngp13.phx.gbl...
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
-----------------------------------

Nov 18 '05 #2
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, Jr." <wf*********@kpmg.com> wrote in message
news:Oy**************@TK2MSFTNGP11.phx.gbl...
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

"Ken Varn" <nospam> wrote in message
news:e6**************@tk2msftngp13.phx.gbl...
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
-----------------------------------


Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: K | last post by:
I have found a script online that I want to use (I am new to PHP). It creates dynamic images based on the text that you pass it. However, no matter how I try, I can't get anything other than a...
55
by: drhowarddrfine | last post by:
I'm working on a web site that could use some control using js but am concerned about what problems I may have with potential users having their js turned off. Has anyone had any serious problems...
5
by: Tompa | last post by:
Hi, I would like to create images on the fly as a response to an http request. I can do this with PIL like this (file create_gif.py): from PIL import Image, ImageDraw print 'Status: 200 OK'...
6
by: fpcreator2000 | last post by:
Hello everyone. I'm having problems with a page I've created that is used to insert data into a database. It uploads two files into two distinct folder, and it takes the filenames and inserts...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.