|
From: David RR W. \(XML\) <da...@dr...> - 2006-03-17 19:37:52
|
<div>Sleuthing into the whole process of H1 -> ApacheSOAP -> H1 with 20MB payloads.</div> <div> </div> <div>Our analysis shows that the H1 httpSend class completes quickly.</div> <div> </div> <div>So - on the receiving end - we have a 20 minute wait - with little CPU, disk i/o or network traffic.</div> <div> </div> <div>The only thing I can think of is that there is a ton of memory allocation going on....</div> <div> </div> <div>Could it be that H1 is allocating memory in blocks - when it receives content from ApacheSOAP - above a certain size - and that this is cuasing the huge performance bottleneck?</div> <div> </div> <div>Alternatively - is there something in Apache itself that needs to be tweeked?</div> <div> </div> <div>Thanks, DW</div> |