Erich Eichinger
Erich Eichinger
see PR by @topHatInRing https://github.com/eeichinger/jcurl/pull/10
See example PR by @uri-heller https://github.com/eeichinger/jcurl/pull/6
in order to allow for testing connection pooling/max connection load on a server, allow to submit a number of requests in parallel
Allow to specify a number of loops or "endless loop" to run jcurl in. e.g. ``` jcurl --loop 10 --wait 500 --count 3 --parallel ``` would submit 3 parallel requests...
be a good maven citizen and limit the dependencies to the necessary minimum.
currently only prepared statements created with java.sql.Connection#prepareStatement are supported.
JDBC supports returning multiple recordsets, make JSV to support this as well
similar to p6spy it should be possible to configure JSV without having to modify your code, see e.g. http://p6spy.github.io/p6spy/2.0/integration.html