php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #44121 SHMOP : would be nice to have a function that returns shm_nattch value.
Submitted: 2008-02-14 15:22 UTC Modified: -
From: thornza at yahoo dot com Assigned:
Status: Open Package: Feature/Change Request
PHP Version: 5.2.5 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: thornza at yahoo dot com
New email:
PHP Version: OS:

 

 [2008-02-14 15:22 UTC] thornza at yahoo dot com
Description:
------------
In order to effectively recover shared memory after an Apache process crash, it would be useful to attach to the shared memory segment and then be able to tell whether or not you are the only process that is currently attached. This way you will be able to check some value in shared mem and tell whether or not that value is lying around due to a program crash.

This functionality could also be useful to implement reference counting for the shared mem. The last process to detach from the mem segment can remove it.


Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC