Ask the Community
Ask any professional question and get answers from other specialists.
I was just wondering that we may be able to achieve the same thing using both of these methods i.e. CURL or Socket. Has anybody tried to compare these two on performance, ... See More
* Socket performs better as compared to Curl. * Usage wise Curl is better as compared to Socket. * If you want to connect to machines over internet on different non stand ... See More
It is depends on what kind of data you want to transfer using UDP or TCP Socket. UDP is a open protocol. Every information or data go through UDP does not wrapped and doe ... See More
I believe, both have their own advantages and disadvantages over each other. But I would suggest to user cURL. I would recommend, you are better off using cURL because: ... See More
UDP is a low-overhead transmission and connectionless protocol. TCP is a high-reliability data transmission and connection oriented protocol. So TCP used for more sensit ... See More