I need to write a utility that can transmit HTTP POST data to a Proxy server...which shouldn't be a problem. The catch is, I need to transmit with multiple threads, simulating multiple user transmission sessions.

Any ideas?