$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ivo Andric (ivandric_at_[hidden])
Date: 2008-09-02 15:24:10
Hi,Suppose I have 2 strands, one with callbacks that read from one socketand another with callbacks writing to another socket.And, suppose I have some kind of queue structure in between.The io_service is run with 2 threads.How do I synchronize access to the queue between these two strads?Many thanksIvo