I've an application in which I write a page from a Buffered Stream directly to the Servlet output stream (more or less 300kb).
In 7 it works perfectly (100ms).
In 8 , depending from the network connection and mainly from the
http client itself (the browser in the PC) the same operation takes from
50ms to 4500 ms.
On the same PC I find more or less the same time using Chrome and Firefox also
changing network connections (wifi, lan, adsl).
Could someone suggest a solution ?
Tks
Tullio
