Writing a plugin for bamboo and was wondering if you guys expose a thread-pool for plugins (or any code for that matter)? The plugin I'm writing is computationally expensive and would I'd love to submit and run a thread the proper way. What I mean is that threads should be managed especially when running in an application server. I've done this many times through Spring (which is what Bamboo is built on) and so was wondering if you guys expose the pool for developer use so that I can follow j2ee best practices. Thanks.
Solved by instantiating and instance of the class 'SystemAuthorizedThreadPool'. You are freely allowed to instantiate this class and use it for threading purposes. Just wish this info was a bit more easy to find in the documenation ...
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.