in reply to Re: Re: Re: Passing a socket to a parent
in thread Passing a socket to a parent

No, not at all... my thought was to divorce the connection process to one child, so I don't slow down my packet handling with timing out socket connects and the like...

I haven't tried IO::Poll, I will take a look at it... though my problem isn't really with IO::Select, more so with the overhead of making socket connections...

                - Ant
                - Some of my best work - (1 2 3)

  • Comment on Re: Re: Re: Re: Passing a socket to a parent