It's important to understand that increasing the amount of memory each PHP process can use decreases the number of concurrent processes that can run. Concurrent processes are key to the maximum number of page requests you can serve at any given time.
I am gonna to construct a website. I want to know which approach will be the better one
Let us assume that I am creating a page with these sections
Banner
Sub Menu [ Tab structure ]
Content Section
APPROACH 1
Created a page - main/%category/%sub-category
In 'Content Section',i can pass these two arguments view and show the pages dynamically
How can I similarly load the menu ( If the category is sample, I have to load sample-submenu in all the pages irrespective of % sub-category)
I am planning on creating a Drupal site for creative writing. My vision is for users to be able to create short stories, novels, poems, etc... and publish them to the rest of the community when they like. There will also be a library feature where you can view all works that you "follow" from other users and created yourself. I am very new to CMSs and doing my research it seems that Drupal 7 may be a good for me to use. I say 7 because it looks like their are more modules for this version since it has been around longer.
I'm looking to start a website and was wondering what the best platform would be? I've had a look into Wordpress, Joomla, Magneto and now Drupal. Could anyone lend a little advice?