On Thu, 16 Mar 2006 19:29:32 -0800
Skunk Worx <[EMAIL PROTECTED]> wrote:

> Rick Jones wrote:
> >>
> >>  From strace :
> >>
> >> 15:27:04.568800 recv(3, "<?xml version=\"1.0\" encoding=\"UT"..., 555, 
> >> ) = 555 <0.000121>
> >>
> >> vs.
> >>
> >> 15:18:24.515891 recv(3, "<?xml version=\"1.0\" encoding=\"UT"..., 566, 
> >> ) = 566 <0.038414>
> >>
> >> Will watch replies and post more when I know more. Kinda new at this.
> >>
> > 
> > Do you have the strace from the sending side?
> > 
> 
> Yes...I hope I'm not posting too much info but here goes. It's worth 
> mentioning that this data is never on the internet, only isolated lan or 
> loopback. We are using an older version of the GSOAP toolkit (a 
> sourceforge project) and are in the process of porting to their latest 
> version.
> 
> In addition to the straces below, I have ethereal screencaps in jpeg 
> format if anyone wants to see those...2 x ~400k. ea.
> 
> Thanks everyone for pondering this. I tried to get the socket setup and 
> several full transactions from each side of loopback.
> 
> ---
> John
> 

Thanks, cursory look at gsoap toolkit shows where the send logic is (in 
stdsoap2.cpp),
unfortunately it is a mess of ifdef's and is not easily amenable to easy 
solutions like
using TCP_CORK.

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to