On Fri, 11 Mar 2011, Jim Schutt wrote:
> > So it occurs to me that one call to Message::put() entails many 
> > calls to buffer::ptr::release(), depending on what the message 
> > is, right?  Maybe time the "delete _raw" in there and assert() 
> > if it's too long?
> 
> Also, any chance all incoming data is causing buffer_total_alloc
> to be contended?  I don't have libatomic_ops either, so that
> atomic_t is implemented via a pthread_spinlock_t, right?
> How to check that?

Hmm, it could be.  I pushed a nobuffer branch that compiles out the 
buffer_total_alloc accounting, if you want to give that a go.

sage
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to