Table of Contents
glob the output from a producer into a particular buffer size. helps reduce the number of calls to send(). [this appears to gain about 30% performance on requests to a single channel]
glob
__init__ ( self, producer, buffer_size=1, )
more ( self )