Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] (no subject)

Hi,

 

I have updated my Jetty web server from version 8.1.4 to 9.4.5. Since than, downloading big files takes much more time.

I have got an own servlet which can serve files from disc (a folder named ‘html’ next to running instance of the web server)

Using version 8.1.4 the throughput is fine, using 9.4.5 not. The throughput is 10 times less.

 

For the update I need to change the SocketConnector to a ServerConnector. This might be wrong?

 

Can anyone give me an explanation/solution for this?

 

Attached is a stripped copy of my code.

 

Thanks,

 

Olaf

 

Attachment: TestWebServer.java
Description: Binary data

Attachment: Jetty9.classpath
Description: Binary data

Attachment: Jetty8.classpath
Description: Binary data


Back to the top