Re: [fpc-pascal] Does FPHTTPServer support Keep-Alive: ON?

2013-01-02 Thread Michael Van Canneyt
On Tue, 1 Jan 2013, leledumbo wrote: I want to benchmark but the current result looks weird: Currently, Connection: Keep-alive is not supported. So the server is not strictly http/1.1 compliant. Michael. ___ fpc-pascal maillist - fpc-pascal@li

[fpc-pascal] Logging caller info

2013-01-02 Thread Mark Morgan Lloyd
Is there a "civilised" (i.e. fairly portable and not to tricky to code) way that a procedure can find what's called it at runtime, without having to have gdb etc.? The sort of scenario I'm looking at is "instrumenting" a database connection object's GetHandle() function, so that an atomic sema