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
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:
36 - 15 = ?
Subscribe to this entry?

 
 [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: Sat Apr 20 02:01:29 2024 UTC