WIPACrepo / iceprod

IceCube dataset management system
MIT License
4 stars 4 forks source link

webserver module fast reload #40

Open dsschult opened 8 years ago

dsschult commented 8 years ago

(imported from trac: #834)

Figure out socket options for fast rebinding, so Tornado can rebind to the same socket in less than a second. A delay is used now, which is not elegant.

dsschult commented 8 years ago

Is this still a thing with newer Tornado? If so, we should work on it.