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/developerworks/opensource/library/os-sqlite/

Ah, I thought you were saying that IBM DeveloperWorks only get 10,000
visits (or hits) per day.  This looks like a simple typo to me (and
the number is probably a wild guess anyway).  A couple of requests per
second are absolutely doable with SQLite.

-
To unsubscribe, send email to [EMAIL PROTECTED]
-



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/os-sqlite/


2006/12/23, Florian Weimer <[EMAIL PROTECTED]>:

* 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 visitors.  I'm sure
the IBM developer network has more than 10,000 hits per day.  Given
the number of individual pages, search engines alone will generate
more traffic than that.

-
To unsubscribe, send email to [EMAIL PROTECTED]
-





--
--
WenGe Wang

-
To unsubscribe, send email to [EMAIL PROTECTED]
-



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 visitors.  I'm sure
the IBM developer network has more than 10,000 hits per day.  Given
the number of individual pages, search engines alone will generate
more traffic than that.

-
To unsubscribe, send email to [EMAIL PROTECTED]
-



[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

-
To unsubscribe, send email to [EMAIL PROTECTED]
-