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

Configuration caching issue #37

Closed
dlsniper opened this issue Mar 8, 2012 · 2 comments
Closed

Configuration caching issue #37

dlsniper opened this issue Mar 8, 2012 · 2 comments
Labels

Comments

@dlsniper
Copy link
Contributor

dlsniper commented Mar 8, 2012

Hello,

Currently there's an issue in the way that Symfony2 is caching the configuration as it prevents of using multiple ports for memcached.

I've made this GIST as an example of config/cache of what happens. https://gist.github.com/2003670

As you can see, I'm using different ports for each type of cache but only the query_cache_driver (11532) is used, or at least it's the only one as far as I can tell.

Hope this helps.

Kind regards.

@dlsniper
Copy link
Contributor Author

dlsniper commented Mar 9, 2012

Can someone please advise on how to fix this issue/place to start looking for it where the cache is generated and so on?

ping @stof @beberlei @asm89 @vicb / anyone else?

@dbu
Copy link
Member

dbu commented Jan 17, 2014

is this fixed by symfony/symfony#4153 ?

@dlsniper dlsniper closed this as completed Mar 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants