Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : idTcpServer or idCmdTcpServer - D7 indy10.1.5
| Subject: | idTcpServer or idCmdTcpServer - D7 indy10.1.5 |
| Posted by: | "Jacques Noah" (jacques.no..@btinternet.com) |
| Date: | Tue, 18 Apr 2006 16:47:39 |
I'm basically working on a program to manage internet access in a internet
cafe. What i want to do is to have a client/server system were the server
sends most of the commands and the clients just reply,i've about 20 clients.
Firstly, i would like to know what component is the best suited for this
task between idTcpServer and idCmdTcpServer?
Also, i've worked with the idTcpServer before, so i know how to send and
recieve commands with it, does idCmdTcpServer use the same methods to send
and recieve cmds? For example, if i have a cmd called 'status' how would i
send it to the client from the server using a button?
Cheers