Click here to Skip to main content
15,897,371 members

Comments by ayesha hassan (Top 56 by date)

ayesha hassan 16-May-13 7:58am View    
Thank you so much :)
ayesha hassan 13-May-13 1:56am View    
I had been working on a Server Client aplication where Server is going to service(sendto + receivefrom) 'x' number of Clients at a time. For this purpose, I have created 'x' number of threads on Server side so that each thread is dadicated to one single client. Inside each thread there is a specific socket for just for its client. I was thinking to make these sockets non-blocking but now I think using blocking socket inside each thread is a better Idea. Blocking Socket continuously waits to receive data and when ever there is a need to send anything, sendto() is called. Is using blocking Socket in such a situation a good approach or should I use non-blocking sockets? :(
Waiting for help!!!
ayesha hassan 10-May-13 6:02am View    
Got that. Thank you :)
ayesha hassan 10-May-13 5:34am View    
Always helpful :)
ayesha hassan 10-May-13 4:57am View    
My mistake, thank you for the suggestion :)