Master slave replication in mysql offload some queries from one server to other. The best advantage of master slave is to use master for all inserts and send some select queries to slave.
Apart from my previous article on safety features ,it is a well known fact , that it is extremely important to take backup of your MySql database of your live website.
For malicious attackers attempting to compromise your web application, the network is no longer the path of least resistance.
Can you imagine intricate artwork on the walls filled with vivacious colors and vivid characters. Here is the list of extraordinary wall arts which might inspire you for a magical color play.
Well before I begin, here’s a little window into what htaccess (hypertext access) is all about. An htaccess file is a simple ASCII file, such as you would create through a text editor like NotePad. Many people seem to have some confusion over the naming convention for the file, so let me get that out [...]
It is really something weird, yet funny , to write how to decrease your blog traffic. But again i think to learn things in a humorous way is easy and can be memorized for good long time. This is what i am trying to do here. Just go through the post and i hope you [...]
Working today on web developer addon of firefox , found some really cool features apart from outline element , edit css , remove cache etc. That means this web developer addon made by chris is a bundle of several other important small firefox addons which you might be missing. Lets start the list of features [...]
Apache ActiveMQ is one good option for implementing message queue in your PHP application. It can be easily installed on your server and it’s web accessible admin interface really makes administrator’s life easy. It can be easily connected with PHP via STOMP. I will suggesst to use MySql for Data persistance and start ActiveMQ as [...]
Apart from social networking gaints like digg , stumbleupon , reddit , twitter and facebook we have some other resources on web today to promote our design and development blogs. Today I am listing 11 promising ,and i mean it, resources for you to submit your articles. Well these resources are not as much big [...]
Today evening I was wondering how designers can think that much creative. These designers simply took out creativity with humor , which is the most difficult to achieve for any top class designer. Well today I simply went on stumbling some 404 error pages and collected 14 most creative 404 error pages. Just check and [...]
Thinking of implementing caching for your php application , you are at a right place. Just in 10 simple (copy and paste) steps you can install and access Memcached Server. Step1: Install libevent ,libmemcached and libmemcached devel (dependency) ?View Code TEXT1 2 yum install libevent yum install libmemcached libmemcached-devel .