It means your OS does not allocate enough resources.
Linux:
$ ipcs -l -s
FreeBSD:
$ ipcs -S
Refer to your OS manual to change them.
Regards,
--
Yasuo Ohgaki
""Philip Murray"" <[EMAIL PROTECTED]> wrote in message
002e01c0c20a$b17e9ba0$0201a8c0@sparlak">news:002e01c0c20a$b17e9ba0$0201a8c0@sparlak...
> Hi,
>
> I've been trying to use SystemV Semaphores as a kind of locking system in a
> webpage, but after a few hours I get this message:
>
> Warning: semget() failed for key 0x0: No space left on device in
> /1/home/xxxx/admin/htdocs/prop/lock.php on line 8
>
> Warning: 0 is not a SysV semaphore index in
> /1/home/xxxx/admin/htdocs/prop/lock.php on line 19
>
> Couldn't grab lock!
>
> It isn't disk space, and there's plenty of free memory. So how do I fix it
> and stop it doing it in the future?
>
> Apart from this it seems to work fine. I've attached some sample code which
> is pretty much exactly what I'm doing.
>
>
> Cheers
>
>
--------------------------------------------------------------------------------
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]