In the database configuration, the ________ setting determines whether to use persistent database connections.

  • connection_persistence
  • pconnect
  • persistent
  • use_persistent
In CodeIgniter's database configuration, the pconnect setting determines whether to use persistent database connections. Setting it to TRUE enables persistent connections, while setting it to FALSE disables them. Persistent connections help reduce the overhead of establishing a new connection for each request, improving performance.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *