You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to share data (e.g. collections) between processes, crontabs and workers. The aim is to ensure that the data are always in memory during the application's runtime and no longer needs to be queried from the database.
I have tested this with a simple class and static $data, get() and set(), which mostly works. However, I have the impression that this is not correct.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to share data (e.g. collections) between processes, crontabs and workers. The aim is to ensure that the data are always in memory during the application's runtime and no longer needs to be queried from the database.
I have tested this with a simple class and static $data, get() and set(), which mostly works. However, I have the impression that this is not correct.
Beta Was this translation helpful? Give feedback.
All reactions