Class BufferPool


  • public class BufferPool
    extends Object
    See if we can't manage buffers better than the standard java classes - at least for the specific use we have. We are generating a lot of output and causing a lot of expansion and copying.

    This may result in a lot of JVM churn. See if a pool of buffers can improve matters.

    Author:
    Mike Douglass