1 / 15

Open Source Solutions

Open Source Solutions. Using free software tools to build dynamic newspaper web servers. Benefits of an Open Source Solution. Price Speed Reliability Support Security. Price. Why is it free? Who pays for development?. Speed. Often 2x faster than Windows NT and IIS.

peta
Download Presentation

Open Source Solutions

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. Open Source Solutions Using free software tools to build dynamic newspaper web servers.

  2. Benefits of an Open Source Solution • Price • Speed • Reliability • Support • Security

  3. Price • Why is it free? • Who pays for development?

  4. Speed • Often 2x faster than Windows NT and IIS. • Predictable scalability. • Support for multiple Intel, Alpha, or PowerPC processors.

  5. Reliability • Programs can never crash the OS under Linux, because of things like memory protection, instruction monitoring, and other devices built into the kernel. • Almost all changes can be made without rebooting. • Built in RAID 0,1,5 support.

  6. Support • Voted 1997 Best Technical Support by InfoWorld readers. • Commercial support available from most vendors. • Full source code available for easy modification.

  7. Security • Security updates available within one or two days instead of weeks or months.

  8. Building the perfect Server Goals: • Dynamic content. • Database integration.

  9. The Tools You Need • Linux • Apache • PostgreSQL • PHP

  10. Linux RedHat Linux v5.1 • Easiest Installation. • Pre-compiled and Pre-Tested packages. • High level of support.

  11. Apache Apache v1.3 • Over 50% of sites worldwide use Apache. • "it's no secret that an Apache-UNIX combination for a Web server yields the most in terms of performance and stability” - Performance Computing.

  12. PostgreSQL • Understands Standard SQL. • Object-Relational. • Integrates seamlessly with PHP. • Extensible via standard API.

  13. PHP • Server side scripting language. • Embed PHP code in HTML pages. • Low server overhead. • Works with Unix and NT based servers (via ISAPI).

  14. Tying it all together • Configuring Apache to use PHP. • Interfacing PHP with PostgreSQL. • Use templates to create dynamic content.

  15. Resources • Informational Websites. • Examples.

More Related