Skip to content

Add native PHP worker pool POC#3602

Draft
bcotrim wants to merge 1 commit into
trunkfrom
add-native-php-worker-pool-poc
Draft

Add native PHP worker pool POC#3602
bcotrim wants to merge 1 commit into
trunkfrom
add-native-php-worker-pool-poc

Conversation

@bcotrim
Copy link
Copy Markdown
Contributor

@bcotrim bcotrim commented May 22, 2026

Related issues

  • Fixes #

How AI was used in this PR

Proposed Changes

Testing Instructions

  • use STUDIO_NATIVE_PHP_WORKER_POOL env variable to decide on number of workers

Pre-merge Checklist

  • Have you checked for TypeScript, React or other console errors?

@bcotrim bcotrim self-assigned this May 22, 2026
errorToConsole( `Failed to restart PHP server:`, error );
process.exit( 1 );
res.writeHead( 503 );
res.end( error instanceof Error ? error.message : String( error ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants