Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Winsock question

Status
Not open for further replies.

tedsmith

Programmer
Nov 23, 2000
1,762
0
0
AU
The proposed setup is ONE "master" computer sending the same info one way out to 500 "slave" computers. This is over a WAN with lots of routers and firewalls enabled only to the IPaddresses and port ranges used.
No return message is necessary.

Question Is it possible to have ONE Winsock in the master computer connected and sending to ONE Winsock in each slave in one operation?

This would be so the master can dump info one way to all the 500 slave computers in one operation. If so how would you arrange the connection and sending process?

I know I could use multiple Winsocks in the master or send them one after the other but was hoping to do it all in one go to do it faster.
I have read there is a limit to the Winsocks per computer that you can have open at one time so some would have to be reused, opened and closed in turn so the operation could occur multiple times in sequence with that option.
 
You two should get a room [love2]

[gray]Experience is something you don't get until just after you need it.[/gray]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top