The Buffer property indicates whether Perceptive Enterprise Search should buffer the output of the page. When buffering is enabled the entire request is processed before it is sent to the client.
SyntaxResponse.Buffer = (true|false) |
When buffering is enabled you can Flush the content which will force Perceptive Enterprise Search to send the buffered information. If you don't call Flush the response is automatically sent on the completion of the request. Note the this setting varies from IIS. Perceptive Enterprise Search will still hold the response information even after Flush is called. This is to allow it to perform post processing tasks such as compression and regular expression replacements. |