Re: [ovs-dev] [threads 14/28] vlog: Remove support for worker process.

2013-07-11 Thread Ben Pfaff
On Thu, Jul 11, 2013 at 10:00:21AM -0400, Ed Maste wrote: > On 10 July 2013 19:03, Ben Pfaff wrote: > > The worker process implementation isn't thread-safe and, once OVS > > itself is threaded, it doesn't make much sense to have a worker > > process anyway. > > > > Signed-off-by: Ben Pfaff > > A

Re: [ovs-dev] [threads 14/28] vlog: Remove support for worker process.

2013-07-11 Thread Ed Maste
On 10 July 2013 19:03, Ben Pfaff wrote: > The worker process implementation isn't thread-safe and, once OVS > itself is threaded, it doesn't make much sense to have a worker > process anyway. > > Signed-off-by: Ben Pfaff Acked-by: Ed Maste X-CudaMail-Whitelist-To: dev@openvswitch.org __

[ovs-dev] [threads 14/28] vlog: Remove support for worker process.

2013-07-10 Thread Ben Pfaff
The worker process implementation isn't thread-safe and, once OVS itself is threaded, it doesn't make much sense to have a worker process anyway. Signed-off-by: Ben Pfaff --- lib/daemon.c |2 + lib/vlog.c | 64 +- 2 files changed, 3