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
|
Go4Expert Member
|
|
| 29Jul2008,15:00 | #1 |
|
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
|
|
Mentor
|
![]() |
| 30Jul2008,00:08 | #2 |
|
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. |
|
Go4Expert Member
|
|
| 7Aug2008,20:00 | #3 |
|
thank you...
|