Pushlet/Servlet through proxy..

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SPG

    Pushlet/Servlet through proxy..

    Hi,

    I have implented my own Subscription based pushlet engine which is using a
    servlet to write data back to a HttpServletResp onse object.

    This all appears to be working fine until I run it over our proxy.
    It appears that the data being pushed is caching at the proxy and is not let
    through for ages.

    I need the update to be immediate which is now becoming a huge pain in the
    neck.

    I have absolutely no control over the proxy itself.
    I have tried using multipart docs (But IE does not support that!).
    I have tried closing the document on each send, which works but then
    requires the page to re-connect on each message, not fesible!

    I am now stuck.
    We do not want to use an applet here either.
    All we want to do is puh data to a browser (javascript callback) over a
    proxy.

    Does anyone have any ideas on this?

    Cheers,

    Steve


Working...