Issue Details (XML | Word | Printable)

Key: QUARTZ-597
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James House
Reporter: Wayne Fay
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Quartz Scheduler

New pool implementation -- ZeroSizeThreadPool

Created: 13/Jul/07 02:23 PM   Updated: 31/Oct/08 03:57 AM
Component/s: Thread Pools
Affects Version/s: wishlist
Fix Version/s: 1.6.2

File Attachments: 1. Java Source File ZeroSizeThreadPool.java (3 kB)

Issue Links:
Related
 


 Description  « Hide
As part of my attempt to "solve" the problem of centralized scheduling (see http://forums.opensymphony.com/thread.jspa?messageID=167954 ), I created this ZeroSizeThreadPool.

It is basically a very simple implementation of ThreadPool which does not actually do anything, as you can see if you look at the code. Please read the forum post above to get a better understanding of why this might be a useful thing to add to the project.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Henri Yandell added a comment - 21/Aug/07 09:03 AM
The code looks simple enough - so just a question of whether to add it or not. Adding to 1.6.2 for discussion.

Wayne Fay added a comment - 23/Oct/08 12:03 PM
I'm genuinely unsure why this patch has been sitting here for over a year and its still not accepted into trunk, especially given that it is such a minor addition to the codebase. This patch addresses a valid use case that has come up on the users list several times, and does not unexpectedly change functionality for existing users.

James House added a comment - 23/Oct/08 05:50 PM
moving back into 1.6.2 release - it was moved as part of a bulk shuffling of issues between releases.