Hi,

On Wed, 11 Oct 2000, Differentiated Software Solutions Pvt. Ltd wrote:

> Hi,
> 
> We have an application where we will have to service as high as 50 queries a second.
> We've discovered that most database just cannot keep pace.

Are all of these queries for the same http-request? In that case you might
have a bad database-structure. You should consider changing your
database-design (do you request many fields one per query?). Otherwise you 
can have memory problems, causing your database / webserver to swap a lot,
which decreases performance dramatically. If these are similar queries for
many single requests, you can take a look at the other proposed
cahcing-techniques...

> Thanks,
> 
> Murali

Bye,
Remco

/----------------------------------------------------------------------\
| Remco Schaar                                                         |
| e-mail: [EMAIL PROTECTED]                                      |
\----------------------------------------------------------------------/

    South Park meets Linux:
        - "Oh my God, they killed init!"
        - "You bastards!"

Reply via email to