I've written a DWR client in Python, which I use for automating tests run against a DWR-based website. Up until now, all the calls I make are single, non-batched requests, and I make several requests, all in a single-threaded manner.I've written a DWR client in Python, which I us