We have an application that
- 04/24/2012
We have an application that uses soap to send and receive information between a client and host. Each request is taking about 10 seconds to complete. In looking at bytes sent (%O) in the apache log file I see a very large value - 296967. Fiddler running on the client shows the body size to be only 527 bytes with the headers 224.
A coworker ran the same test against an instance of apache running on EC2 and is seeing %O values more in line with fiddler. He is also seeing only response times of 1 second versus 10. Any suggestions on troubleshooting this problem?
Thanks,
Jack