Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: MultiThreaded Scheduler

  1. #1
    Member
    Join Date
    Feb 2013
    Posts
    78
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default MultiThreaded Scheduler

    Sorry if this is in the wrong spot, I wasn't sure.
    So i just started working on my util library, and the first thing I made was a multi-threaded scheduler. I was wondering if anyone would be able to download the code and test it out or at least glance through it and try to see if anything looks wrong... I have tested it a LITTLE bit but not enough to prove that it is bug-free. If you can help me out, please respond! Thank you!
    https://github.com/sci4me/ILL


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: MultiThreaded Scheduler

    If you have questions on code, please post the code to the forum

  3. #3
    Member
    Join Date
    Feb 2013
    Posts
    78
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: MultiThreaded Scheduler

    Its kind of a lot of code ... thats why I put the github link

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: MultiThreaded Scheduler

    Quote Originally Posted by sci4me View Post
    Its kind of a lot of code ... thats why I put the github link
    Then post a SSCCE on the forum which demonstrates your question or problem.

Similar Threads

  1. Multithreaded Proxy Server java
    By hivesh in forum What's Wrong With My Code?
    Replies: 13
    Last Post: February 2nd, 2013, 12:19 PM
  2. Java is Multithreaded
    By Bijaysadhok in forum Java Theory & Questions
    Replies: 1
    Last Post: February 23rd, 2012, 07:17 AM
  3. Help with my CPU Scheduler
    By HacKofDeatH in forum Object Oriented Programming
    Replies: 6
    Last Post: October 12th, 2011, 12:50 AM
  4. Help with Quartz scheduler
    By ftom2 in forum Java Theory & Questions
    Replies: 0
    Last Post: March 14th, 2011, 11:28 AM
  5. Replies: 0
    Last Post: January 22nd, 2011, 11:52 AM