Continuing my posts on PHP Magic Functions lets close this topic now and talk about rest of the Magic Functions. __sleep and __wakeup : Serialize and Unserialize Your Objects as You Wish Before talking about these magic functions, I want you to be clear about serialization and unserialization of a variable. Some times you need [...]
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.
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 [...]