John ORourke wrote:
The only down-side is that (AFAICR) it is creating a new object for each request - my handler is quite expensive to set up, so I have a persistent object and use method handlers like this:
Ah, that's quite neat. I might give that a shot. Thanks for the suggestion. Colin