![]() |
|
| *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. 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 |
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... hi twinkle check ... 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... Based on this: #include <time.h> double startTime; double runSecs; startTime = dtime(); // Calculations runSecs = dtime() - startTime; // or second counter startTime =... 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... You can find step by step guide on how to create a website at website like ... 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 (... Just use this ... |
Categories--Copyright/IP Policy--Contact Webmaster |