Java任务调度 jconch

jopen 13年前
     jconch项目的目的是提供一个可靠的、安全的多线程的通用任务调度的Java应用程序。    <br />    <h3>当前功能</h3>    <ul>     <li><strong>Logical Equivalence Locking</strong> -- Both <tt>synchronized</tt> and <a href="/misc/goto?guid=4959499863690703616" rel="nofollow">ReadWriteLock</a>-based based on logical equivalence (#equals) instead of reference equality (==). </li>     <li><strong>Thread-safe Lazy Map</strong> -- Good for caching look-ups in a multithreaded environment. Use this to substantially improve performance in cases where repeated expensive look-ups are occurring. </li>     <li><strong>Fast, Thread-safe Multiple-Key Objects</strong> -- For when storing one object as a key to a map just isn't enough. </li>     <li><strong>Easy Spring Integration</strong> -- Architected with an eye towards making life easy for <a href="/misc/goto?guid=4959499863775502232" rel="nofollow">Spring</a> users. </li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1324799882624" target="_blank">http://www.open-open.com/lib/view/home/1324799882624</a></p>