How do common web frameworks (Django, Rails, Symfony, etc) handle multiple instances of the same plu
- by Steven Wei
Do any of the popular web frameworks solve this problem well?
Here's an example: suppose you're running one of these web frameworks and you want to install a blog plugin. Except instead of a single blog, you need to run two separate instances of the blog plugin, and you want to keep them segregated.
Or say you want to install multiple instances…