Computer problems,Computer help
*AX SOFT>>>Programming & Design

Can a web site database (like Y!A) be on XML files only?


I am wondering, can a dynamic web site like Y!A or Facebook store all it's data on XML files only, without using expensive DB like SQL Server. What do you think? Why it can be done and why it doesn't a good idea after all?

It is technically possibly - but hideously inefficient. You'd end up replacing expensive database software with even more expensive CPUs and RAM.

There are plenty of good, free database packages out there. Postgresql and MySQL spring to mind.

Databases are more organized and less maintence. XML files can go on forever. It is possible, but there are more efficient ways.

For a large size site this would not work as the speed would suffer, causing regular time-outs on browsing. You really need a database for any dynamic content. The most common one on the web is mysql, which is free, and is normally used in conjunction with the Apache/php servers.

no, it would be very largely resource consuming

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • Can Frontpage & Dreamweaver Work Together?

    Stick with only one of these, or you will end up with a horrible, mangled, unmaintainable mess. BOTH programs modify the underlying code to suite their own needs. I know as I own and use both of th...

  • Interactive JAVA Tutorials?

    hi twinkle check ...

  • How do i make a button inside a movie clip go back to scene 1 in flash?

    Hello, To move to a specific scene in Flash (actionscript), you would need to use gotoAndPlay( scene, frame ) method. To use it properly, apply the actionscript for that button: Where scene...

  • A countdown timer done in C..?? is it possible...??

    Based on this: #include <time.h> double startTime; double runSecs; startTime = dtime(); // Calculations runSecs = dtime() - startTime; // or second counter startTime =...

  • What is the use of Random class in java?

    A Random class generates a stream of pseudo-random numbers. To create a new random number generator, use one of the following methods: new Random() new Random(long seed) chec...

  • Sir i have an idea to design a social network i want your help to design social network, what i need to do?

    You can find step by step guide on how to create a website at website like ...

  • How to convert .jar files to .exe?

    You can convert your Java files into exe programs using two ways, but it depends on your purpose of doing so. If you want an exe launcher for your Java program, exe4j (...

  • Previewing websites in different browsers?

    Just use this ...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster