Open yocontra opened 10 years ago
Interesting. We launched all the tasks, they were all async, none had dependencies, and all of them waited for one thread hog. How would we know which one burned the CPU and for how long?
@robrich You know we might be able to mark tasks as parallel and spin them out into a thread (threads-a-go-go) if we wanted to be overlycomplex
Intriguing idea, but incredibly complex.
Seems identical to #23
When I fire off tasks like this
My task durations come back like this:
Why's that? It seems like the tasks are being executed synchronously. This may be because uglify is blocking the main thread for ~4 seconds. We should figure out a way to show the correct durations in a case like this.
There are no dependencies between any plugins and they all return a stream