http://www.perlmonks.org?node_id=778677


in reply to Re^5: Socket Handle not sending data ?
in thread Socket Handle not sending data ?

I want to send millions of events across multiple servers. And I don't want to stop or block sending if one of the server goes down. I also don't want to skip any event. If the server, that's down, comes backup it should be included into my active servers list to which I am sending all my events. I can't even afford a delay of 0.5 seconds in sending of events. Thanks