PHP and SysV shared mem, semaphores, etc.

PHP and SysV shared mem, semaphores, etc.

Posted by: Skorp
Posted on: 2009-07-18 09:34:00

Hello.

I wanted to know if there's a way to enable the PHP IPC capabilities for my domain or if it's not possible on DreamHost.

And if not... why not??? :P

Thanks!


- XK~>

Re: PHP and SysV shared mem, semaphores, etc.

Posted by: dgatwood
Posted on: 2009-07-28 22:19:00

What are you trying to do with shared memory/semaphores? More to the point, what other process are you trying to share memory or semaphores with? Are you trying to do mutex-style locking across multiple PHP instances? If so, there are probably better ways. I'd probably start with flock() on a file somewhere....


Tags: dreamhostcapabilities