
19 Aug
2011
19 Aug
'11
2:19 a.m.
Actually, the idea we'd been passing around was having an IORef with both the rendered time and the integral time. Whenever the rendered time is requested, we first compare the stored integral time with the current time. Only if there's a mismatch would we generate a new rendered time.
Thank you for explanation. Now I understand the idea passed around and what snap is doing. OK. I will implement this idea in wai-logger. --Kazu