[Bese-devel] Re: UCW performance

Marco Baringer mb at bese.it
Fri May 26 14:03:37 UTC 2006


Marco Baringer <mb at bese.it> writes:

> wrapping the dispatchers in a TIME form is pretty easy (though
> collecting the output will require some non-protable code), but i
> think you'd be much better off using your lisp's profiler.

fwiw i mean something like this:

(in-package :ucw)

(defmethod handle-request :around ((server standard-server)
                                   (request request)
                                   (response response))
  (time (call-next-method)))

-- 
-Marco
Ring the bells that still can ring.
Forget the perfect offering.
There is a crack in everything.
That's how the light gets in.
	-Leonard Cohen




More information about the bese-devel mailing list