in reply to Re: Re: Re: Problem with SO_REUSEPORT in IO::Socket::INET
in thread Problem with SO_REUSEPORT in IO::Socket::INET

Thank you. :)

Yes, I am trying to implement a preforking server, but what Randal does in the article is use a webserver library that uses.

I would rather to not code it that way, and to use a single listen object, than to get away from using IO::Socket::INET for it. (because it needs to be accessible)
--
Snazzy tagline here

  • Comment on Re: Re: Re: Re: Problem with SO_REUSEPORT in IO::Socket::INET