Re: [PHP] Digital Downloads and Scale

2008-01-22 Thread Richard Lynch
On Sun, January 20, 2008 1:57 pm, dg wrote: > I'd appreciate any insights, or source suggestions regarding site > traffic and necessary adjustments. > > For example, I'm using a simple digital download page for an indie > artist. Not a ton of traffic, not a ton of concurrent requests. > > Was thin

Re: [PHP] Digital Downloads and Scale(solved)

2008-01-21 Thread Jochem Maas
Daneane schreef: Chris, Jochem, Nathan, Jason, Paul, Thanks for the suggestions and information. This is great, gives me a good place to start. let us know how you get on - chances are you'll learn some tricks other may find handy :-) Best, -dg -- PHP General Mailing List (http://www.php

Re: [PHP] Digital Downloads and Scale(solved)

2008-01-21 Thread Daneane
Chris, Jochem, Nathan, Jason, Paul, Thanks for the suggestions and information. This is great, gives me a good place to start. Best, -dg

Re: [PHP] Digital Downloads and Scale

2008-01-20 Thread Paul Scott
On Mon, 2008-01-21 at 02:43 +0100, Jochem Maas wrote: > use simple code, optimize your db and go and read up on everything you can > find > about optimizing [download] connections on your webserver ... these spring to > mind > In addition to optimizing code and db (I presume that includes using

Re: [PHP] Digital Downloads and Scale

2008-01-20 Thread Jason Paschal
this may be common knowledge, but a simple thing for databases that decreased my query time was making sure that you have indices on those fields you use in your SQL. made a world of difference for me. On Jan 20, 2008 2:57 PM, dg <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I'd appreciate an

Re: [PHP] Digital Downloads and Scale

2008-01-20 Thread Nathan Nobbe
On Jan 20, 2008 8:43 PM, Jochem Maas <[EMAIL PROTECTED]> wrote: > get a book? I happen to be rereading "building scalable websites" by Carl > Henderson ... something like that might help you to get a better idea of > what you might be facing. wow, you read books too? i though i was the only one

Re: [PHP] Digital Downloads and Scale

2008-01-20 Thread Jochem Maas
dg schreef: Hello everyone, I'd appreciate any insights, or source suggestions regarding site traffic and necessary adjustments. For example, I'm using a simple digital download page for an indie artist. Not a ton of traffic, not a ton of concurrent requests. Was thinking about introducin

Re: [PHP] Digital Downloads and Scale

2008-01-20 Thread Chris
dg wrote: Hello everyone, I'd appreciate any insights, or source suggestions regarding site traffic and necessary adjustments. For example, I'm using a simple digital download page for an indie artist. Not a ton of traffic, not a ton of concurrent requests. Was thinking about introducing

[PHP] Digital Downloads and Scale

2008-01-20 Thread dg
Hello everyone, I'd appreciate any insights, or source suggestions regarding site traffic and necessary adjustments. For example, I'm using a simple digital download page for an indie artist. Not a ton of traffic, not a ton of concurrent requests. Was thinking about introducing something