I would be interesting to have the /same/ application compiled withj the old
SMTp version and compiled with the new SMTP version. Then run both
applications on the same computer using the same datas and the same server.
This way we can be sure that everything else is identical and only the
component is different.

When compiling applications, be sure to use the same options (for
optimization and others) and use the same tools (I think about MadExcept,
MemorySleuth, FastMM and other tools.

When using V6, search for all OutputDebugString which are into the
component. They may slow down execution somewhat, specially if you use a
tool to see those messages, event the IDE. There are also option to compile
or not logging informations. Again this slow down the operation.

--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be

----- Original Message ----- 
From: "Arno Garrels" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Thursday, November 02, 2006 2:01 PM
Subject: Re: [twsocket] Very slow attachment after then last ver. of ICS


> Ilkka Ericsson wrote:
> > About the slow sending of large files:
> > I have OverbyteIcsV6Beta and OverbyteIcsSmtpProt.pas ver. 6.
> > The erlier versions was not so slow. I belive that the waiting is
> > before the mail is sent to smtp-server and the file is buffered up
> > slowly before sending.
>
> The file is neither buffered in memory (well just a small chunk in
> TBufferedFileStream) nor pre-encoded, it is instead read and encoded
> line by line on the fly, means one small data chunk is read from the
> file the it is base64 encoded and sent as a line, when the line has
> been sent next chunk is read from file and so on.
>
> > Can it be something with the trigger?
> > "Do you
> > have any live AV software running?" AV ?? Sorry ! I know nothing ?
>
> Anti Virus scanner hooking into programms when they execute or
> some Anti Virus e-mail proxy server.
>
> > What log do you want ? Are there any which email-testprogram can do ?
> > (But not the messagelines because this content even the lines from
> > the attached file.) Mvh Ilkka
>
> You need to find out which command takes that long, use mailsnd demo
> and the left group of buttons to check it out.
> Upon which command (before Data) do you notice the delay?
>
> ---
> Arno Garrels [TeamICS]
> http://www.overbyte.be/eng/overbyte/teamics.html
>
>
> -- 
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to