mentaljatt
New Member
I'm looking for a PHP component for asynchronous data processing.Basically what I need is to display a page with a progress bar that's refreshed with javascript which displays the progress on some data processing.On the backend you'll define your data process limit. This is the start, end and function to call for processing individual items.There are plenty of solutions for this on CMS and frameworks. I'm looking for something in raw PHP that I can include in my application.