Clint Bailey <[EMAIL PROTECTED]> wrote:
> Can anyone point me to web sites that are powered by Sqlite? I'm curious 
> as to how they function as compared to a MySQL, or brand M$  powered site.
> 

http://www.sqlite.org/ is built on top of CVSTrac
(http://www.cvstrac.org/) which uses SQLite version 2.8.
If you check IP addresses, you will also note that
http://www.sqlite.org/ and http://www.cvstrac.org/ are
in fact the same machine.  Some other sites running on
the same machine include:

   http://3dcanvas.tcl.tk/
   http://tkhtml.tcl.tk/

All these sites are running on a single virtual machine
leased from Linode (http://www.linode.com/), specifically
a Linode 160 which is roughly equivalent to a
standalone 200Mhz (to be clear: 0.2GHz) processor
with 160MiB of RAM.  The OS is debian. The SQLite 
website handles around 50K hits/day from around 5K
unique IP addresses.  Total traffic is a little over 
50GiB per month.

--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to