HTTP Connection control

Is it possible with Gatling to control the underlying HTTP
connection ?

In my case, I would like:
- to have one persistent connection to the server each time a
scenario is launched (if I launch 10 times the scenario I will have 10
HTTP connections).
- to be able to control its expiration duration

Thanks

Salut JB !

Everything is in the configuration file: https://github.com/excilys/gatling/blob/master/gatling-bundle/src/main/assembly/assembly-structure/conf/gatling.conf#L49

cheers
Nicolas

PS : cool to see you here

Hi,

See Nico’s answer to the second point.

Regarding the first one, you’ll have to use Gatling 2 for users having their own connection pool.

Cheers,

Stéphane

Thank you for both answers. That was fast !

@Nicolas: Good to see you here too !