473,396 Members | 1,961 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,396 software developers and data experts.

Can requests for page parts be coerced to the same server in a Web Farm?

I anticipate a problem that may occur when we deploy our reports on
web farms. We have reports that generate both tabular and graphic
output in a single Recordset pass. Each report page request writes a
temporary graph GIF. Subsequently, another request for the GIF is
issued due to an IMG tag on the report page:
<IMG SRC="IMG.asp?graph123.gif">
IMG.asp responds with the GIF that was generated by the report page
request.

The problem I anticipate is that requests for GIF files may be
directed to different servers on the web farm than the server on which
the GIF is written, resulting in a "File not found" error from
IMG.asp. It could be solved by having IMG.asp generate the GIF by
reissuing the query but this would double SQL Server's workload.

Is this a problem? Does it depend on the type of web farm and/or web
farm configuration? Is there a work around that can coerce requests
for the graph GIFs back to the same server?

Thanks in for any insights,
Paul Sullivan
Nov 17 '05 #1
1 1232
An additional note by the original poster:

I realize that using a network drive to store the GIF
would be effective, but this is not an option because
network share access will be disabled on the web farm for
security reasons.

Paul
-----Original Message-----
I anticipate a problem that may occur when we deploy our reports onweb farms. We have reports that generate both tabular and graphicoutput in a single Recordset pass. Each report page request writes atemporary graph GIF. Subsequently, another request for the GIF isissued due to an IMG tag on the report page:
<IMG SRC="IMG.asp?graph123.gif">
IMG.asp responds with the GIF that was generated by the report pagerequest.

The problem I anticipate is that requests for GIF files may bedirected to different servers on the web farm than the server on whichthe GIF is written, resulting in a "File not found" error fromIMG.asp. It could be solved by having IMG.asp generate the GIF byreissuing the query but this would double SQL Server's workload.
Is this a problem? Does it depend on the type of web farm and/or webfarm configuration? Is there a work around that can coerce requestsfor the graph GIFs back to the same server?

Thanks in for any insights,
Paul Sullivan
.

Nov 17 '05 #2

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

Similar topics

11
by: Ohaya | last post by:
Hi, I'm trying to understand a situation where ASP seems to be "blocking" of "queuing" requests. This is on a Win2K Advanced Server, with IIS5. I've seen some posts (e.g.,...
1
by: Dave Pink | last post by:
I support a web server farm of about 80 machines, of which 35 are in Production at any given time. Machines are running Windows 2000 Advanced Server with IIS 5. All 80 machines are configured...
4
by: Ryan | last post by:
I am hoping to get some ideas on how to handle a case when an application gets too many requests for an application... I would like to handle the case well... (1) is the answer in using the...
1
by: Dominic | last post by:
Hi all, We've just migrated to IIS 6.0 / Windows Server 2003. We are now experiencing some stability problem what we did not experience in IIS 5.0 / Windows 2000 Server. Our ASP.NET application...
7
by: Shadow Lynx | last post by:
I realize that his question has been asked, in many other forms, many times in this group. Even so, my tired eyes have not yet found a sufficient answer, so I've decided to "reask" it even though...
0
by: robin9876 | last post by:
When using the following code on a development server the page redirects, however in a web farm environment the page does not redirect. Response.Redirect("a.aspx", False) Both the...
1
by: pcloches | last post by:
I'm having a very difficult time with some of our new pages. We've moved to a web farm, and it seems in spurts it will come where parts of my page think the user is logged in, and parts think the...
3
by: Ken Shimizu | last post by:
I get an error when submitting an .ASPX page in Safari beta, MAC and PC document.getElementbyId(‘FolderBrowser’).submit(); After the server side code has executed without problems I get the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.