Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : TIdUDPServer questions
| Subject: | TIdUDPServer questions |
| Posted by: | "csaaa" (csa..@21cn.com) |
| Date: | Sat, 16 Sep 2006 22:48:24 |
I construct an UDP Server-side program with TIdUDPServer. I filled my code
of processing UDP datagrams in the OnUDPRead Event of TIdUDPServer. But I
found that the program processes UDP datagrams one by one. I want
multi-threads to process UDP datagrams simultaneously. Reading the Indy9
help document, I found TIdUDPListenerThread class. I can't find more
information about TIdUDPListenerThread class. I don't know whether
TIdUDPListenerThread class can help me construct multi-thread processing. I
was afflicted by the problem serval weeks. Who can show me a demo or give me
some hints. Any help will be appreciated.
csaaa