Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I was just wondering: what would be the advantages and disadvantages be for DotNetNuke to host a website like Twitter? On the homepage you are showing the newest posts whenever the browser refreshes. You also have thousands of people logging in and out of the website and posting thousands of tweets.

How would DotNetNuke match up to these requirements? Having to access the database so many times in a minute, managing thousands of data in minutes. Would DotNetNuke be capable of such tasks?
Posted

1 solution

Hi,
I've worked on a DotNetNuke application that had to be accessed by thousands of people concurrently, and it did not have any issues when i was load testing the portal. But to have a service similar to Twitter running on DotNetNuke, you would have to have a good Hardware infrastructure with fine tuned Databases. DotNetNuke is a CMS system with the ability to create many portals and custom modules with an extendable provider architecture. From one perspective it may be overkill to use it for a service that manages and monitors textual messages from logged on users (you may be able to have a simple and better optimized solution using other technologies). But if you are looking for a extensible site with easy customization and a low learning curve, DotNetNuke might work. It would be best to look at the DotNetNuke case studies out there before coming to any conclusions :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900