Option to use NonBlockMode with sockets which should speed up submission a lot.
steelbone
Outside of Boston
I see this new option is in beta
Not sure i understand what it does.
I typically use proxies from folks like buyproxies.org
Does this feature work with proxies from places like that?
thanks
Paul
Not sure i understand what it does.
I typically use proxies from folks like buyproxies.org
Does this feature work with proxies from places like that?
thanks
Paul
Comments
There is a function of Time Wait where after like 4 mins the system will force close the connection, more or less. Im no expert but I grasp the concept.
So the point being if you used non-blocking sockets and you want a timeout of 30 seconds, SER would be able to kill the connection at 30 seconds and force the connection to close.
So if you think in scale, and you have 400 connections (just picked a random number) and at any give time using blocking sockets, you might have 150 of them setting around (also just picked a number) doing jack squat being forced to wait for a response or an error, but having exceeded a reasonable timeout, thats a lot of dead time and lower links per minute.
So my take on the non blocking option is that it would allow those socktes that are "hung" to be force closed and thus speed things up, potentially dramatically, depending on the list you happen to be submitting to. More speed with the same resources is of course a great thing.
Im going to test it out on some of my servers and see what happens. Thanks Sven!
Hers is some info as an example and google can yield more:
http://www.scottklement.com/rpg/socktut/nonblocking.html