Good info ... pipelining can definitely speed things up

With that said, try some lower values around 4 to 8 for maxrequests - it may run faster than at 30? Let us know.

Setting maxrequests too high can lead to delays due to a request getting "stuck"; pipelined requests are serialized on the same connection, not separate ones.

Ron