In a standard web context, i.e. with a server executing PHP scripts to response clients' requests, every action asked by the clients is executed during the time the server build the response. For example sending a email to a lot of recipients will cause the execution of the following actions : Get every email addresses the mailing should go to.Foreach email addresses send the mail These actions, m