Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Aug : How to show traffic progress to user
| Subject: | How to show traffic progress to user |
| Posted by: | "keyser" (keyser_so..@usa.com) |
| Date: | 24 Aug 2005 13:12:41 |
I have a client on a very slow connection(cell phone modem). My
program uses indy sockets so my reads and writes block. What is
the best way to show progress to the user and not violate the
blocking mechanism?
Thanks!