can any body help me in programming socket in C using threads where(client.c) one thread is for send and another thread for recv from (server.c). i try but i cant create a socket in the thread function ... can any one suggest some heip or send some helping links..... thank u :nice:
http://en.wikipedia.org/wiki/Internet_socket http://en.wikipedia.org/wiki/Thread_(computer_science) My recommendation would be to get the hang of threading and socket programming separately, and once you've got the hang of both individually, then combine the two.