cesium_web
cesium_web copied to clipboard
Use multiple workers
Right now we hard-code a single 1-thread worker; should use the # of cores or something along those lines.
N single-threaded workers, where N is the number of threads available?
Are multi-threaded workers safe given the HDF5 situation?