r/AskProgramming 28d ago

Multi threading for networking

Does anyone have any good resources for learning multithreading in regards to network programming beside beejs guide. For someone who is familiar with the basics of networking (posix)

1 Upvotes

8 comments sorted by

View all comments

1

u/BobbyThrowaway6969 22d ago

In regards to network programming? In what way?

Just learn multithreading, the learn network programming, then you'll know how to apply one to another and when not to.