Page 1 of 1
Using shared memory and semaphores
Posted: Sat Jul 27, 2002 12:14 pm
by BDKR
Anybody know of any tutorials on using semaphores and shared memory?
Thanx in advance,
BDKR
Posted: Sun Jul 28, 2002 4:22 am
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 ?
Posted: Sun Jul 28, 2002 10:18 pm
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
Posted: Mon Jul 29, 2002 7:56 am
by volka
Posted: Mon Jul 29, 2002 10:38 am
by BDKR
Good lookin' out Volka! I appreciate it.
Later on,
BDKR