Hi,

You mean in the tomcat servlet/apache server?  I don't send data on the 
PDA, I receive..

On Tue, 23 Aug 2005, A.Kazantsev wrote:

> Try to send data in small chunks (I used to send in chunks of 536
> bytes) and to hold on between the chunks for period of time necessary
> to push the previous chunk of data out.
> 
> Hope it helps.
> 
> ppc> Hi all,
> 
> ppc> I found out the slowness in this is in the socket receiving data.  Why is
> ppc> the Treo (and seems all sprint phones at least?) are so slow to receive
> ppc> data, yet the browser on the computer is fast!
> 
> ppc> I am using the POL library like so:
> 
> ppc>  CNetLibClientStream sock(&nlib, netSocketTypeStream, 
> ppc> netSocketProtoIPTCP, HostName, 80, bufferSize);
> ppc>  sock.SetMode(true);
> 
> ppc>  sock << strInput;
> ppc>  sock.SetMode(false);
> ppc>  CString strResponse;
> 
> ppc>  ErrTry
> ppc>  {
>               sock >>> strResponse;
> ppc>  }
> ppc>  ErrCatch(inErr)
> ppc>  {
> ppc>  }ErrEndCatch
> 
> 
> ppc> THAT code takes on a TREO/Sprint phone about 40-60 seconds to execute,
> ppc> regardless of actualy data length.
> 
> ppc> On Mon, 22 Aug 2005 [EMAIL PROTECTED] wrote:
> 
> >> Hi all,
> >> 
> >> My application (MD on Tap) is being reported very slow on Treo 600/650's
> >> and I am not sure where to begin.  I have tested on tungstens, clie's, etc
> >> and its all fine.
> >> 
> >> Is there some info/etc that would discuss slowness issues with treo
> >> 600/650's?
> >> 
> >> Thanks
> >> 
> 
> 
> 
> 
> 


-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to