我有一個與while (true)的JSP,其中數據發送到瀏覽器。代碼片段 while (true) {
out.print("pushing some data to browser");
out.flush();
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
我仍在使用我的推送服務器!我已經使用javax.crypto.cipher成功實現了加密。這需要我讀/寫字節到套接字的流。我可以發送和接收很好。加密工作。但是當沒有任何事情發生時,服務器會拋出OutOfMemoryException異常。該的ReadBytes功能是: public static byte[] readBytes() throws IOException {
int le