How access swoole cached data in scheduler ? #61
Unanswered
foremtehan
asked this question in
Q&A
Replies: 1 comment
-
No, it's impossible to share the same memory data between two unrelated processes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Check List
Content
i use
swoole
driver for caching, But the data is not accessible in different envirment, for example between http server and scheduler:swoole data not available in Kernel scheduler, Is it possible to somehow get data from swoole's memory? I don't want to use other driver like file or database.
Beta Was this translation helpful? Give feedback.
All reactions