php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #68687 fork when MPM is not prefork
Submitted: 2014-12-29 17:50 UTC Modified: 2014-12-30 03:03 UTC
From: david at ols dot es Assigned:
Status: Wont fix Package: Apache2 related
PHP Version: Irrelevant OS: unix
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
28 + 8 = ?
Subscribe to this entry?

 
 [2014-12-29 17:50 UTC] david at ols dot es
Description:
------------
Could it be possible to have mod_php fork a new process to execute the php code when apache MPM is not prefork (worker, event, ...) ?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-12-30 03:03 UTC] aharvey@php.net
-Status: Open +Status: Wont fix
 [2014-12-30 03:03 UTC] aharvey@php.net
This seems pointless to me — if you're using a threaded MPM, then you should use a thread safe PHP build, rather than trying to work around it by forking. (Plus, you were presumably trying to avoid forking in the first place by choosing that MPM.)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 07:01:29 2024 UTC