I just finished tracking down a bug that I’ve been working on for nearly two days, and it turns out to have been something VERY simple.
The basic problem was that while a long running CakePHP request was running, the rest of the Cake app was non-responsive. This is because of a ‘feature’ of PHP. A [...]
