pfrazee / local

An Ajax library that can target local JS code and web workers.
427 stars 19 forks source link

Keep temp-workers open with ejection at a configurable cap #107

Open pfrazee opened 10 years ago

pfrazee commented 10 years ago

If a temp worker is being used frequently, or if there aren't a lot of workers in circulation, the manager should be smart enough to keep the workers active instead of always closing them. A configurable limit should be watched -- non-temp workers can not be ejected.

pfrazee commented 10 years ago

Added local.maxActiveWorkers to configure this cap