Comment on Do C10K testing with geventparentComments−svlla15yyou're only going to need 16+ IPs if you're making those outbound connections to the same destination IP & port... which seems unlikely.−nivertech15yYou can do TCP listen on 0.0.0.0:80 (any IP on port 80), but I never saw TCP listen on XXX.XXX.XXX.XXX:* (specific IP with any port) ;)
Comments
you're only going to need 16+ IPs if you're making those outbound connections to the same destination IP & port... which seems unlikely.
You can do TCP listen on 0.0.0.0:80 (any IP on port 80), but I never saw TCP listen on XXX.XXX.XXX.XXX:* (specific IP with any port) ;)