Spawner
This is the demo page for the spawner bundle which runs background tasks asynchronously launched from your main server thread.
Due to performance reasons, only one count job will be run at a given time in this demo and will reject parallel jobs. You can run any amount of parallel jobs in your server.
The demo job will slowly count from a number to a limit with the given step increments, while the browser asynchronously fetches the whole file content produced by the job.
By design no direct communication with the job is possible as it is intended to "fire and forget".
Due to performance reasons, only one count job will be run at a given time in this demo and will reject parallel jobs. You can run any amount of parallel jobs in your server.
The demo job will slowly count from a number to a limit with the given step increments, while the browser asynchronously fetches the whole file content produced by the job.
By design no direct communication with the job is possible as it is intended to "fire and forget".