Mobile app version of vmapp.org
Login or Join
Gonzalez347

: How many connection can my website have? As the traffic increased my website hangs quite regularly. The page visit is now averaging 50k per day. The static page loads fine, but when the page

@Gonzalez347

Posted in: #Apache #Apache2 #Linux #Mysql #Php

As the traffic increased my website hangs quite regularly. The page visit is now averaging 50k per day.

The static page loads fine, but when the page has mysql request it takes too much time to respond. If I restarts the mysql, it will work normal for some time, say 1 hr and the response time starts to get worst.

What could be the issue?

I am not good at server side. Any help is appreciated.

My server configuration are given below.

RHEL 5.8 x64
CPU 2 cores
RAM 4GB
HDD 2GB
Apache 2.2
PHP 5.1
MySQL 5.0


Do I need to upgrade my system. How many max connection can this configuration support.

I user php with codignator, with db configuration

$db['default']['dbdriver'] = 'mysql';
$db['default']['dbprefix'] = '';
$db['default']['pconnect'] = FALSE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = '';
$db['default']['char_set'] = 'utf8';
$db['default']['dbcollat'] = 'utf8_general_ci';
$db['default']['swap_pre'] = '';
$db['default']['autoinit'] = TRUE;
$db['default']['stricton'] = FALSE;

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Gonzalez347

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme