Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Bugzilla – Bug 341818

hi all
 
i have filed a bug regarding r_osgi thread pooling:  Bugzilla – Bug 341818.
and started to work on a patch.
 
i need to pass the thread pooling method and size to the container
what is the method to pass such configuration?
 
for example:
thread pooling method can be:
single thread
fixed size
...
 
poolSize is an int vlaue stating the pool size...
 
i am planing to use:
java.util.concurrent.Executors
 
best regards
ronen

Back to the top