$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Lars Kunert (lkunert_at_[hidden])
Date: 2007-01-27 11:11:34
Sorry, I have have shortened the code to some degree - taking the joins
out. But the problem really seams to be in the constructor:
> QueueError( ST max_queue_size =1000 )
> : max_queue__size__( max_queue_size )
> , thread_( Worker( this ))
> {};
In all examples given in the in boost::threads global or static member
functions are called - is that neccessary???
Thank, Lars