php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "persistent connections"

What is the impact of using persistent database connections in PHP on resource usage and performance?

Persistent database connections in PHP can lead to increased resource usage and potential performance issues. This is because persistent connections r...

What are the implications of using mysql_close() in PHP scripts, especially when dealing with persistent connections?

When using persistent connections in PHP scripts, calling mysql_close() explicitly is not necessary and can actually cause issues. Persistent connecti...

What are the drawbacks of using persistent connections (pconnect) in PHP?

Persistent connections can lead to resource exhaustion on the server if not managed properly. It is essential to limit the number of persistent connec...

How can persistent connections in PHP (mysql_pconnect) impact the efficiency of connecting to a SQL server?

Persistent connections in PHP (mysql_pconnect) can impact the efficiency of connecting to a SQL server by potentially causing resource exhaustion on t...

Are there best practices for handling persistent connections in PHP and avoiding connection issues?

Persistent connections in PHP can help improve performance by reusing existing connections instead of creating new ones for each request. However, thi...

Showing 1 to 5 of 2948 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 589 590 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.