On Mon, Feb 27, 2012 at 02:52:37PM -0800, Ethan Jackson wrote:
> > I don't think you need to kill the connection object immediately.
> > Errors are "sticky", that is, the next call to jsonrpc_get_status()
> > will report the same error, so you can let run_connection() in the
> > call to unixctl_server_run() destroy the connection object.
> 
> Yeah you're right, I realized that when reworking the patch.  I have
> it ready still using a loop in the run_connection (though now limited
> to 10 iterations).  I can send that out now, or remove the loop if you
> feel strongly about it.

No, it's not important.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to