09-10-2002, 01:33 PM
|
|
|
Confirmed User
Industry Role:
Join Date: May 2002
Location: Toronto, Canada
Posts: 5,599
|
Quote:
Originally posted by salsbury
if you need more CPU to handle that, i'd say your code needs some work.
50,000 hits per day is less than 1 per second, so your scripts would have to take, on average, longer than a second to run - that's an eternity, really.
there might be ways you can improve performance by tuning Apache, too. if you're hitting swap AT ALL, you need to concentrate on solving that issue before anything else.
|
Depends on whether you're forking processes when your script runs or not.
|
|
|