cancel
Showing results for 
Search instead for 
Did you mean: 

Persistent HTTP Requests in BSP: Can you Flush the Response without Ending It?

Former Member
0 Kudos

Hello all,

I have been looking for a way to implement a persistent HTTP Request in a BSP.  This means the server keeps the request open as long as possible and sends data periodically to the browser without closing the request.  In other development environments, there would be a way to flush the response to the client, separate from closing the connection, thus making this possible.  I have looked and do not see any way to do this.

Also, if it is not possible with a BSP, is there another way to do this via the Web Application Server?

Thanks for any help,

-Chris

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member224693
Discoverer
0 Kudos

Hi Christopher,

Any luck on this subject ?