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