systemapic / pile

PostGIS tile server
0 stars 2 forks source link

Handle sockets hangup #28

Open strk opened 8 years ago

strk commented 8 years ago

When rendering a tile takes too much time the client usually times out and drops the connection. This ticket is to ensure the server handles such socket close by interrupting operation as much as possible. It would help keeping resource usage down, especially the otherwise wasted ones.