Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Idea for Indy
| Subject: | Idea for Indy |
| Posted by: | "David Hooker" (david.d.hook..@gmail.com) |
| Date: | 7 Jun 2006 20:05:38 |
Hi, team Indy (separate post for a separate issue):
I am not sure if anyone has posted this, but can I suggest the
following:
Have indy take a signal object (TEvent handle) and abort blocking IO if
the signal is set (as in, WaitForMultipleObjects (socket receives some
data *OR* user's signal is set)). I want to be able to abort the IO
without closing the socket.
Another idea is to have indy set the signal when the IO is done, to
allow indy to be used in the same way as overlapped IO?
Regards,
David Hooker