php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "long-running scripts"

What are the potential drawbacks of using the sleep function in PHP scripts for long periods of time?

Using the sleep function in PHP scripts for long periods of time can cause delays in the execution of other processes and may lead to performance issu...

What are the limitations of PHP in terms of long-running processes and maintaining stateful connections with external servers like BattlEye?

PHP is not well-suited for long-running processes or maintaining stateful connections with external servers like BattlEye due to its shared-nothing ar...

How can queues be used effectively in PHP to handle long-running processes like parsing HTML?

When handling long-running processes like parsing HTML in PHP, queues can be used effectively to offload the processing tasks to a separate worker pro...

What are some best practices for improving user experience when dealing with long-running MySQL queries in PHP?

Long-running MySQL queries in PHP can lead to poor user experience due to slow loading times. To improve this, you can implement asynchronous processi...

What are best practices for handling database connections and queries in long-running PHP scripts to prevent the "MySQL Server has gone away" error?

The "MySQL Server has gone away" error occurs when a long-running PHP script loses its connection to the MySQL server due to inactivity. To prevent th...

Showing 36 to 40 of 10000 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.