| Author |
Transaction Performance and Usage
|
myyron latorilla
Greenhorn
Joined: Dec 10, 2009
Posts: 26
|
|
|
How to implement a better design to track transaction usage and average duration of request response cycle.
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8264
|
|
|
Is this a Struts question? I'm a fan of JAMon for measuring response time from within an app.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
William P O'Sullivan
Ranch Hand
Joined: Mar 28, 2012
Posts: 860
|
|
I used JAMon before. Not a bad suggestion.
As for this being in Struts, I agree.
Database operations, etc. should be isolated to DAO or service layers.
WP
|
 |
 |
|
|
subject: Transaction Performance and Usage
|
|
|