Hi, I send out the exact same HttpPost request every 3 milliseconds and would like to optimize it.
As the POST data is exactly the same, I would like to hold it in a direct ByteBuffer so it is in the kernel memory, and then use the efficient NIO transfer methods to send it to the socket. Is this possible with HttpClient, and if so how would I go about implementing this? Many thanks, Tony
