ciselab / rpc-json-testing

0 stars 1 forks source link

Use Apache HTTP client #25

Closed lisv closed 3 years ago

lisv commented 3 years ago

Following the meeting on the 19th of April:

lisv commented 3 years ago

Update

The Java client currently used is synchronous. The fact that the requests are quickly sent and handled is probably due to a low overhead since there is no testing framework involved. Changing the client would not change the time each request takes.