Re: [sqlite] sqlite web site performance

2006-12-23 Thread Florian Weimer
* w. wg: > The following is from ibm developerworks site: > > Its creator conservatively estimates that it can handle a Web site > with a load of up to 100,00 hits a day, and there have been cases > where SQLite has handled a load 10 times that. > > origin link: > http://www-128.ibm.com/developerw

Re: [sqlite] sqlite web site performance

2006-12-23 Thread w wg
The following is from ibm developerworks site: Its creator conservatively estimates that it can handle a Web site with a load of up to 100,00 hits a day, and there have been cases where SQLite has handled a load 10 times that. origin link: http://www-128.ibm.com/developerworks/opensource/library

Re: [sqlite] sqlite web site performance

2006-12-22 Thread Florian Weimer
* w. wg: > The documents on sqlite official site says that sqlite can works fine > if a site's traciffic is under 10 click per day. But I found a > lot of sites ( including IBM developer network) say the number is only > 1 per day. Your are probably confusing the number of hits and visit

[sqlite] sqlite web site performance

2006-12-22 Thread w wg
Hi , The documents on sqlite official site says that sqlite can works fine if a site's traciffic is under 10 click per day. But I found a lot of sites ( including IBM developer network) say the number is only 1 per day. Which one is correct ? 1 or 10 ? Thank you. -- WWG -