Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tzs
on May 5, 2020
|
parent
|
context
|
favorite
| on:
A look at modern PHP
> There is no way to easily share memory between processes
What about
https://www.php.net/manual/en/ref.shmop.php
?
mywittyname
on May 5, 2020
|
next
[–]
Yeah, that comment stuck out to me as I've used shared memory segments in PHP before and these functions work just fine.
merb
on May 5, 2020
|
prev
[–]
not atomic
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
What about https://www.php.net/manual/en/ref.shmop.php ?