Re: [NTLK] Java MP3 uploader

From: Steve Weyer (weyer_at_kagi.com)
Date: Sat Apr 13 2002 - 21:56:01 EDT


> From: "=?iso-8859-1?q?Jochen_Sch=E4fer?=" <js.josch_at_gmx.de>
> Date: Sat, 13 Apr 2002 17:50:29 +0200
> Well, I tried to upload an MP3 via HyperTerminal and with my
> application under Linux but to no avail.
> What I observed are the following things:
> 1.) Sloup always stops after 86830 Bytes.
> 2.) With HyperTerminal upload seems to be slower than with my app.
> 3.) In HeapShow I can observe how the bar in the frames display slowly
> grows to the bottom. When it hits the bottom Sloup stops.
>
>
> Is it better to periodically do a linebreak?

definitely. Sloup terminates on linebreak/return char, so a very long line
that could cause problems with buffer overflows. to keep long data
together, you could use line continuations \
-- Sloup concatenates until it gets a line w/o \

-- 
Steve

-- Read the List FAQ/Etiquette: http://www.newtontalk.net/faq.html Read the Newton FAQ: http://www.guns-media.com/mirrors/newton/faq/ This is the NewtonTalk mailing list - http://www.newtontalk.net



This archive was generated by hypermail 2.1.2 : Sun May 05 2002 - 14:03:39 EDT