Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include APCu for lightweight local caching #41

Closed
CHH opened this issue May 1, 2014 · 3 comments
Closed

Include APCu for lightweight local caching #41

CHH opened this issue May 1, 2014 · 3 comments

Comments

@CHH
Copy link

CHH commented May 1, 2014

Often it's very useful to cache some variables on the dyno itself to avoid network requests, and due to PHP's "Shared nothing" concept, we just can't do this in-process like in other languages.

Therefore I would propose using APCu, which is a drop-in replacement of the popular APC, but works with Opcache in PHP 5.5. I also use APCu in my own, relatively popular PHP build pack to great success.

@dzuelke
Copy link
Contributor

dzuelke commented May 1, 2014

225f9b9 :)

@dzuelke dzuelke closed this as completed May 1, 2014
@dzuelke
Copy link
Contributor

dzuelke commented May 1, 2014

(Will be merging stuff in batches to master from now on; have to do Changelog entries etc now that it is officially released)

@CHH
Copy link
Author

CHH commented May 1, 2014

Awesome :-)

Christoph Hochstrasser

http://twitter.com/hochchristophhttp://christophh.net
https://github.com/CHH

On Thu, May 1, 2014, at 04:42 PM, David Zülke wrote:

(Will be merging stuff in batches to master from now on; have to do
Changelog entries etc now that it is officially released)


Reply to this email directly or view it on GitHub:
#41 (comment)

brunocantuaria pushed a commit to studiohyperset/heroku-buildpack-php that referenced this issue Jul 26, 2022
* Added renew session function to update session keys upon expiry. Refactored connection object key setting into a single function.

* Implemented renew session functionality and refactored connection key setting. Fixes #25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants