Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: Indy ftp client freezes
| Subject: | Re: Indy ftp client freezes |
| Posted by: | "Martin James" (mjames_falc..@dial.pipex.com) |
| Date: | Sat, 3 Jun 2006 18:13:58 |
I can probably find a demo, if you want.
Does your app make only one or two FTP transfers during its run, or are
FTP's done often?
I ask this because a few /occasional FTPs are best done in threads that
terminate and free themselves after each transfer, so economising on memory.
Multiple/often FTP is best done with threads that exist for the life of the
app and wait on a queue for FTP work requests.
Rgds,
Martin
none