Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Dec : Is 3 Ports much Load ?
| Subject: | Is 3 Ports much Load ? |
| Posted by: | "Allan Fernandes" (te..@ssmiths.com) |
| Date: | Thu, 1 Dec 2005 11:22:57 +0530 |
My application uses 3 ports.
(1) FTP Server and FTP Client for transfering files.
(2) Serversocket + ClientSocket for communication to Application on server
(3) Serversocket + ClientSocket for communication to other nodes
Though the Clients in all 3 cases are inactive for 80% of the time, the
Server's are active throughout.
I am new to socket programming and would like to know if using three ports
would put any strain on the computers resources.
Regards
Allan