1 / 29

CS 491B Project

CS 491B Project. Web Galaxy Wendy Tan. Web Galaxy. Project Introduction Demo Analysis. Project Introduction. E-commerce Web Site in three setups Content Product Display by product category Product Search Shopping Cart. Three Setups. Motivation.

marlie
Télécharger la présentation

CS 491B Project

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS 491B Project Web Galaxy Wendy Tan

  2. Web Galaxy • Project Introduction • Demo • Analysis

  3. Project Introduction • E-commerce Web Site in three setups • Content • Product Display by product category • Product Search • Shopping Cart

  4. Three Setups

  5. Motivation • Curious about different choices of web server setup and server-side languages • Have done similar web programming project for CS 437, want to try something new PERL/MySQL/Apache/Javascript • Years of work experience in web site development

  6. Hardware • Pentium III 700 MHZ • 128 MB RAM • 12 GB Hard drive

  7. Demo • Setup 2 – written in C# • Setup 3 – written in JSP/Servlets

  8. Analysis • Database comparison (Emphasis) • Language comparison • Web Server comparison • Performance Chart of Setup 2 and Setup 3

  9. Database Comparison • Hardware • Operating System • Price • Feature • Conclusion

  10. Database Hardware

  11. Database Operating System

  12. Database Price

  13. Database Feature

  14. Database ComparisonConclusion • Both databases are stable and efficient

  15. Database ComparisonConclusion • SQL 2000 Advantage • Holds the top TPC-C performance and price/performance results. • Generally accepted as easier to install, use and manage • Transact-SQL is a more powerful language than MySQL dialect.

  16. Database ComparisonConclusion • MySQL 4.1 Advantage • Supports all known platforms • Requires less hardware resources • Free under the terms of the GNU General Public License. • Works with medium size databases (10-100 million rows, or about 100 MB per table) on small computer systems.

  17. Language Comparison

  18. Web Server Comparison

  19. Performance Test • Comparison Charts of both static and dynamic web pages involves database accesses • Comparison Chart of database access • Performance Test Limitations

  20. Performance Test Limitation • Optimized Coding • Different Versions of OS,Server & DB • Hardware • Different techniques for certain functionalities • Multi-users/concurrent requests

  21. Conclusion Consideration of Choosing a web setup • Operation System – platform dependence • Amount of data transaction involved and type of transaction • Numbers and concentration of users • Developer resources

  22. Reference • http://www.mssqlcity.com/Articles/Compare/sql_server_vs_mysql.htm • http://httpd.apache.org/ • http://www.serverwatch.com/tutorials/article.php/3074841 • http://www.tpc.org/tpcc/results/tpcc_price_perf_results.asp • http://www.perl.org/about.html

More Related