On 2015-10-30 at 20:13 "'Davide Libenzi' via Akaros" <[email protected]> wrote: > I agree with you. It is wasted effort in the long term. > Depends how many apps to be ported have a dependency of them.
Exactly - this was the tradeoff I was dealing with when I decided to not do select/poll yet. Originally, I was making the same decision with epoll, then it got to the point where we just needed it. Up until now, I've been hacking around select, such as in netperf. We just didn't need it for what we were doing. But if things get bad enough, then we can spend the time on select/poll. If that comes to pass, I have a bunch of notes I can pull out for it. Though it sounds like we might not need it for dropbear at this point. Barret -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
