Have a n-tire web application and search often times out after 30 secs. How to detect the root cause of the problem?
A:
You can add trace code to log its activities and then look at each operation to see what part times out and why.
Brody
2008-10-10 02:51:51
A:
Use the tool Wireshark.
Install this tool on each tier and watch the http traffic and packets. This worked for me when debugging a time out issue which actually turned out to be an issue with empty SOAP envelopes.
Doing this will at least tell you which tier the issue is with.
Abarax
2008-10-10 04:37:13
A:
anjanb
2008-10-10 07:04:58