Reproduce scenario:
- run FPM with one child process.
- execute this script:
$T = new Tarantool("<tarantool_server>", <tarantool_port>);
$T->connect();
- ensure that
php_stream_xport_connect() is called on each request with the same parameters, which means that the connection is reestablished each time.
tarantool.persistent INI option doesn't have any effect - it may be Off or On, the result is still the same.