This class can be used to trigger the execution of multiple server side tasks via AJAX. It generates Javascript to trigger the execution of one ore more PHP script by sending an AJAX request to a given URL. Multiple scripts may be executed in parallel as it it was executing separate PHP threads. Each request to execute a PHP script may take its own parameters. The class can monitor the progress of each task executed on the server side by reading their status from files.