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

ASP, IIS6 and the Buffer

Hello.. not sure if this belongs in asp.general, but it's not really an IIS
issue.. so here goes.

I've got some large reports that I'm producing on IIS5 without any issue..
but becuase of their size I'm bumping into the IIS 6 buffer overflow issue.

I've gotten around some of it with Charles Carroll's buffer that output help
(http://www.learnasp.com/advice/whybuffer.asp), specifically by putting in
If counter MOD 200=0 THEN
response.flush
END IF

Which works just fine.. except since I'm using tables, I need to close the
table, response.flush, then open a new table which in turn leaves a small
gap between where the tables end and begin again.

I'm really just wondering if anyone has any ideas.. I'm just stumped.
Perhaps I need to walk away from it for the weekend... and come back.

I've thought about moving it all to a CSS based layout.. but tables are for
tabular data. The reports can be upwards of 10,000 rows long (yes, I know..
really not practical in a web browser, but the customer is always right..
and the boss is righter).

Your comments and thoughts are both welcomed and appreciated.

Thanks in adavance.
Jul 22 '05 #1
1 1674
"Bryan Harrington" <ne**@whydoyouneedtosendspam.not> wrote in message >
I've thought about moving it all to a CSS based layout.. but tables are
for
tabular data. The reports can be upwards of 10,000 rows long (yes, I
know..
really not practical in a web browser, but the customer is always right..
and the boss is righter).

Your comments and thoughts are both welcomed and appreciated.


Yes, many browsers wait for </table> before displaying anything. Apart from
writing </table> early, then using some pretty heavy client-side script to
fill it dynamically, I don't think you have a solution. ASP can't help, as
it is the client receipt of </table> that triggers everything.

CSS is the best answer, but IME the various different implementations of CSS
can make this an unenjoyable "challenge" too!

How about cutting your losses & making the "gap" a deliberate-looking
special feature, where about a page worth is displayed in each table, then a
new header with column name reminders appears for each scroll down?

Giles
Jul 22 '05 #2

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

Similar topics

0
by: microsoft | last post by:
Hi, I have an ASP script that initiates a ADODB.Stream like below first bit gets filename from the database strAbsFile = getfilefromDB(request.querystring("fileid")) '-- create FSO object...
5
by: Terry Strachan | last post by:
Hi, I have an asp.net webapp that works fine on my development machine, win2k/iis5 however, when I move the site across to win2k3 / iis6 i get the following error on postback of any page; ...
2
by: Andrew Wan | last post by:
Okay, this is really weird. We have two Windows 2003 Server SP1 PCs. One hosts IIS6 website, and the other hosts our DCOM service program. Our website is ASP/XSL. An ASP page uses...
1
by: lilOlMe | last post by:
Can you install IIS6 on a system other than Windows Server 2003? I'd like to install IIS6 on Windows XP. I've been trying to find out the system requirements for IIS6 but I haven't found a clear...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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.