Response Buffer Limit Exceeded
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS ASP > Response Buffer Limit Exceeded




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Response Buffer Limit Exceeded  
Steve Bywaters


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-28-04 07:48 AM

I have the following error on a page ... I can fix it by making a large-ish
block of text (almostr 4k) a little smaller.
But what is ASP actually complaining about?

Steve



Response object error 'ASP 0251 : 80004005'

Response Buffer Limit Exceeded

/lsm/TemplateKb2.asp, line 0

Execution of the ASP page caused the Response Buffer to exceed its
configured limit.







[ Post a follow-up to this message ]



    Re: Response Buffer Limit Exceeded  
Steve Bywaters


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-28-04 07:48 AM

..and yes, the text is dynamicaly displayed, via asp.

So it all adds up???







[ Post a follow-up to this message ]



    Re: Response Buffer Limit Exceeded  
Egbert Nierop \(MVP for IIS\)


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-28-04 07:48 AM

"Steve Bywaters" <bywaters@bigpond.net.au> wrote in message
news:ugQQqoLjEHA.3232@TK2MSFTNGP10.phx.gbl...
> ..and yes, the text is dynamicaly displayed, via asp.
>
> So it all adds up???

a max of 4K?
I don't believe this.

Note  An ASP application uses internal server buffers when writing data to
the client, irrespective of the value of Response.Buffer. As the application
is writing data synchronously, the data buffer can be reused when the
BinaryWrite function returns, while the server is writing the data
asynchronously to the client. The server, in turn, makes a copy of the data
into its internal buffers. As a result of this buffering, the ASP
application should not try to send unreasonable amounts of data in a single
BinaryWrite, but rather break it into fragments so as to avoid running out
of buffer space. Should the buffer space be exceeded, ASP error 251,
"response exceeds the buffer limit," will be returned. While the default
maximum buffer size is 4MB, the server administrator may increase it.

Using adsutil.vbs
you can ask what's the buffer at the moment

ADSUTIL GET W3SVC/1/Root/AspBufferingLimit

If the parameter is not set, it should default to 4MB. In that cause, your
script really generates 4MB which is not healthy 

>






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 09:44 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register