How do I prevent multiple connections when drawing dynamic images?

K

Ken Varn

I have an ASP.NET page that draws over 32 dynamic images using an HttpModule
object through the <IMG> tag. Since IIS under Win2K Pro has a limit of 10
connections, some of the images do not get drawn because it appears that the
connection limit is exceeded (I get a red X for the image). If I right
click on the image and select "Show Picture", the image then shows up.

Can someone tell me how I can prevent this from happening? I somehow need
the images to draw sequentially or something like that to prevent the
connections from maxing out. Any suggestions?

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

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

softcoder

I have on my win2k workstation an ASP.NET project that handles many images >
50 or 100 and they all paint fine. I use a separate aspx to handle the
painting of images from my webforms. Don't think I did anything special in
IIS. There is a limit though as I have had my system hang doing VERY large
tables of images 365 columns x 100 rows
 
K

Ken Varn

Does your IIS have connection limit of 10?

I can't figure out any other reason why I am having this problem.


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

EmailID = varnk
Domain = Diebold.com
-----------------------------------
softcoder said:
I have on my win2k workstation an ASP.NET project that handles many images

50 or 100 and they all paint fine. I use a separate aspx to handle the
painting of images from my webforms. Don't think I did anything special in
IIS. There is a limit though as I have had my system hang doing VERY large
tables of images 365 columns x 100 rows
 

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

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top