JelleBouma / Johnny

Johnny is a blazingly fast HTTP server that serves files from memory
1 stars 0 forks source link

use single timer #9

Closed JelleBouma closed 1 month ago

JelleBouma commented 2 months ago

the current set up where we have 1 timer socket per connection socket seems excessive, it may be more performant to have a single timer socket that times all connections

JelleBouma commented 1 month ago

timers are no longer used, when they are reimplemented, we will use a single timer.

JelleBouma commented 1 month ago

I want to further investigate if and to what extent idle connections would be a problem before working on this. Putting it as wontfix for now.