
- You are not logged in. | Login
December 20, 2006 11:42 am
- admin
- Administrator


Discuss article: "Using the shared memory in PHP"
Let's discuss shared memory using
Discussed article: "Using the shared memory in PHP"
November 20, 2009 1:04 am
- abhi
- Member


Re: Discuss article: "Using the shared memory in PHP"
Can I use semaphores without using shared memory functions. I mean Semaphores functions create the shared memory space and attach,acquire,release, I dont have to use shmop_open or ftok..................... I m bit confused
November 20, 2009 1:27 am
- abhi
- Member


Re: Discuss article: "Using the shared memory in PHP"
1. Do I need to acquire before I attach to key and why
2. Semaphores are used to protect the shared memory, so php semaphore created the shared memory implicity, I mean dont have to create the shared memory explicitly using shmop_open or ftok.


