shared memory on windows

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
userjs8448
Forum Newbie
Posts: 3
Joined: Fri Feb 03, 2006 7:13 pm

shared memory on windows

Post by userjs8448 »

I was just wondering if anyone has had experience with using shared memory and php on a windows system. I am interested in building a php object caching system for windows, but all of the shared memory functions (shm_open,etc) don't seem to work.

It says in the php docs that it should work past 2000 and I am running 2003.
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Check eAccelerator, I believe that's what you're looking for.
Post Reply