[hunchentoot-devel] time of webserver access

Hans Hübner hans.huebner at gmail.com
Wed Feb 25 16:51:59 UTC 2009


Hi Jens,

I'd use CL:GET-INTERNAL-REAL-TIME to determine the start and end
times, calculate a delta, scale it using
CL:INTERNAL-TIME-UNITS-PER-SECOND and generate the desired HTML.
Maybe wrapped in a macro.

HTH,
Hans

On Wed, Feb 25, 2009 at 17:04, Jens Teich <info at jensteich.de> wrote:
> I want to print on my website the time of access
>
> <p>page created in 0.023s</p>
>
> How can I use (time ...) within hunchentoot::define-easy-handler?
>
> Or is there any other way to go?
>
> Jens
>
> _______________________________________________
> tbnl-devel site list
> tbnl-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/tbnl-devel
>




More information about the Tbnl-devel mailing list