django-systemjs icon indicating copy to clipboard operation
django-systemjs copied to clipboard

Investigate 'async' bundling

Open sergei-maertens opened this issue 7 years ago • 0 comments

It's possible to fire of subproces.Popen and poll their completion state. When generating multiple bundles, this should be used to parallelize as much as possible.

This does involve changing the internal API so that the management command doesn't need to know any internals of the polling. The SystemBundle and Tracer classes should expose an uniform API though.

sergei-maertens avatar Sep 05 '16 09:09 sergei-maertens