[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] php resources compared to perl
- Subject: Re: [cobalt-users] php resources compared to perl
- From: Kingsly John <kingslyj@xxxxxxxx>
- Date: Wed Oct 17 18:20:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thu, 18 Oct 2001, Mez wrote:
|I have a customer who has a dedicated Raq3 just for his forum on
|website - which is extremely busy His forum is using perl (cgi) and
|the perl scripts running on the server are using 98.9% CPU resources
|at times, running the load on the server extremely high 20.0+ at
|times, which is resulting in an obvious decrease in the speed of his
|forum, and is causing hell on the server - everything seems to lockup
|and die, and have to reboot to get it all back
Either something is really wrong with his perl scripts... or they load is
really really high.
|i was wondering if he changed his forum to a mySQL/PHP based one,
|would this put less strain on the RaQ3's CPU?
If his perl scripts are also storing the data in a mysql database.. then
not much of an improvement.
But if the perl scripts use text/html files... then I think you'll
definitely get a better performance by switching to a database driven
solution
Kingsly