27 Jan
2007
27 Jan
'07
4:11 p.m.
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