Vote count:
0
I can see that PHP provides the semaphore functions to access the System V message queue in Linux. However there is no APIs in PHP to access the POSIX message queue. I wonder if there is a PHP extension that can provide APIs for POSIX message queue?
I did Google "PHP POSIX message queue" but it seems nothing really help. There is a PHPIPCMessageQueue project in Github, which declares it wraps the POSIX messaeq queue APIs, but the source code shows that it is actually for the System V message queue (calling the semaphore functions).
It seems that I will have to develop a PHP extension by myself. I just can't believe this hasn't been done yet. Can anyone give me some advices? Thanks in advanced.
asked 30 secs ago
Aucun commentaire:
Enregistrer un commentaire