cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Run 10 sockets
Run 10 sockets
Apr 23, 2011 at 8:05am UTC
mircea213
(30)
How can I run 10 sockets in the same time?
Last edited on
Apr 23, 2011 at 8:06am UTC
Apr 24, 2011 at 8:44am UTC
mircea213
(30)
nobody?
Apr 24, 2011 at 8:56am UTC
hamsterman
(4538)
Is anything preventing you from that?
Are you asking about how to run multiple sockets, or is there something special about 10?
What library are you using?
Apr 24, 2011 at 11:46am UTC
mircea213
(30)
I wanna run multiple sockets.
I use winsock2.h and sys/sock.h
Apr 24, 2011 at 12:31pm UTC
hamsterman
(4538)
I'm no expert, but I've seen people run each socket in a separate thread, so you may want to try that.
Topic archived. No new replies allowed.