It is not a great and visually spectacular feature, but I think it is very important for performance questions.
I have added a thread pool to manage the execution of threads.
When working with WMS layers, every data request works in a new thread. This can derive (if too many request are made) on a great number of threads working at the same time and with its own resource consumption.
A thread's pool solves this situations limiting the number of threads that can be working in a given moment, and avoiding the massive consumption of resources.
Very nice but what about an executable version, so we can try it :P
ReplyDeleteGood job.
Waiting for it.
I am working hard to get ready an executable version. From now, all my job are in pre-alpha version stage.
ReplyDeleteAlso, I am thinking on the type of license I must apply to the application and I'm not sure which one to use.