How do I find out: - how long the entire request/response took? (including in decode where I save to db) ~~Couldnt you use an object attachment on the IOsession, where you could store the timestamp. - number of requests per minute? ~~ You could have a simple timer/counter for that
suf On 6/2/06, netsql <[EMAIL PROTECTED]> wrote:
(thx for help, it works now) How do I find out: - number of requests per minute? - how long the entire request/response took? (including in decode where I save to db) - what happens when I get to many requests than I can handle? tia, .V
