Skip to content
Advertisement

Tag: connection

Multiple parallel tcp connections

My (linux) server has two public IPs and I would like to make some parallel connections, to a same or different servers (my server acts as client program here; it just runs a C++ program that communicates with other servers to fetch some data). Let’s suppose I want to stablish 100 parallel connections, is there any difference in performance or

Advertisement