Click here to Skip to main content
15,868,006 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

I would like to receive n number of files from client and in the server code i shall be using the listen() system call. How many connections can listen hold or how can i avoid the traffic problem for many users.
Posted
Updated 21-Jun-15 19:49pm
v3
Comments
Richard MacCutchan 20-Jun-15 6:14am    
This will vary from system to system and according to available resources.
venkat28vk 20-Jun-15 6:21am    
Consider a scenario where client is sending n number of data and how can i accept all the files or i can add them in queue?
Richard MacCutchan 20-Jun-15 6:45am    
Sorry, I don't understand what you mean. Please edit your question and explain exactly what problem you are trying to solve.
Sergey Alexandrovich Kryukov 20-Jun-15 9:03am    
This question is unrelated to number of listeners. You can do it all in one single TPC channel.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900