Ideally you should avoid sharing sockets between threads, each thread will have its own event loop, all you need to do is perform IO for each threads' respective sockets there.
- How to implement pre-fork with async sockets? Tronic
- Re: How to implement pre-fork with async sockets? dom96
- Re: How to implement pre-fork with async sockets? Tronic
- Re: How to implement pre-fork with async sockets? dom96
