go-tigertonic icon indicating copy to clipboard operation
go-tigertonic copied to clipboard

Lock-free per-request context

Open rcrowley opened this issue 11 years ago • 1 comments

WithContext and Context are unnecessarily globally synchronized. I think the solution is essentially an http.Handler that allocates an instance of another http.Handler (this is the type of the per-request context) and calls its ServeHTTP method.

rcrowley avatar Jan 08 '14 23:01 rcrowley

Is this a performance issue when tigertonic is underload?

andrewwebber avatar Dec 18 '15 13:12 andrewwebber