|
||
| ASP's Response object Buffering output with the Response object
Buffering output allows you to delay the flow of data and then release the stored data all of it at once. You can set
the Response object's Buffer property to True or False, depending on whether you want
buffered output.
If you do use buffered output, nothing is sent to the browser until one of three things happens:
One caution to using this technique: the user sees no data being transmitted during the time that it is accumulating. After only a minute or two of waiting, the user may assume the connection to the server has been broken and leave the Web site. |
||
|
|
||
