kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
Handling Multiple Requests Concurrently: A Guide to Improving PHP’s Built-in Server Performance | Sophomore Dev https://www.sophomoredev.com/handling-multiple-requests-concurrently-a-guide-to-improving-phps-built-in-server-performance/
11/09/2024 08:44:24

Par défaut le serveur de développement intégré de PHP ne gère qu'une requête à la fois. Si vous avez besoin de plus, vous pouvez augmenter le nombre de workers avec la variable d'environnement PHP_CLI_SERVER_WORKERS.

Par exemple:

PHP_CLI_SERVER_WORKERS=8 php -S localhost:8080
PHP
3898 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn