On Thu, Aug 30, 2012 at 12:53:50PM -0700, Ben Pfaff wrote:
> On Fri, Aug 31, 2012 at 03:39:26AM +0900, Isaku Yamahata wrote:
> > On Thu, Aug 30, 2012 at 11:25:25AM -0700, Ben Pfaff wrote:
> > > But I think you might have implied that just switching from "poll" to
> > > "select" also fixes the problem.  Is that correct?
> > 
> > Yes.
> > 
> > >  If so, then maybe we
> > > should just use select everywhere.  The main difference between poll and
> > > select is performance, and performance of the Python code isn't critical
> > > (otherwise we wouldn't write it in Python).
> > 
> > Using select.select instead of select.poll is quite fine by me.
> > I feared breaking existing codes that use poller by modifying poller.
> 
> Let's just use select.select then.  Will you submit a patch?

Sure, will do.
-- 
yamahata
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to