Using shared memory and semaphores

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Using shared memory and semaphores

Post by BDKR »

Anybody know of any tutorials on using semaphores and shared memory?

Thanx in advance,
BDKR
firepages
Forum Newbie
Posts: 5
Joined: Sun Jul 28, 2002 4:22 am
Location: Perth::Australia

Post by firepages »

goto http://pear.php.net and grab a copy of the PEAR Cache class, I think the package utilises shared memory etc.

I remember seeing a toot at I `think` phpbuilder.com but can not seem to find it right now ?
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Post by BDKR »

Thanx for the comeback.

Anyways, I don't need a class to do caching, but it is interesting that they are using shared memory in php to do this. Plus, a friend of mine let me borrow Linux Programming from Wrox press. It's examples are in C, but I just needed some more input into the technique.

Thanx again,
BDKR
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Post by BDKR »

Good lookin' out Volka! I appreciate it.

Later on,
BDKR
Post Reply