Search:

Type: Posts; User: relion65

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,888

    Re: How to Stop a Thread Safley

    or you could do something like this:


    public void stop()
    {
    thread = null;
    stop = true;
    }

    as in, set your thread to null and your stop flag to true... just to double make sure...
  2. Thread: MP3 problems

    by relion65
    Replies
    6
    Views
    1,959

    Re: MP3 problems

    oh, thats not the problem... thats just event handling... that works fine... but somehow the transferrance of the number of where the player needs to restart, is not getting sent back to the main...
  3. Thread: MP3 problems

    by relion65
    Replies
    6
    Views
    1,959

    Re: MP3 problems

    im not comparing strings... im getting an int... i probably shoulda said this earlier, but everything of interest is under the mp class...
  4. Thread: MP3 problems

    by relion65
    Replies
    6
    Views
    1,959

    MP3 problems

    well, ive come across another problem. I was getting tired of all these stupid media players that are out right now... WMP has glitches, and will add your music twice to the library, and the way i...
  5. Replies
    5
    Views
    3,114

    Re: Threads in Web Crawler

    well, i have one, taken care of that memory problem, at least with the "logs", by clearing each string out before it returns the data... but just to resolve any discrepancies... im posting the full...
  6. Replies
    5
    Views
    3,114

    Re: Threads in Web Crawler

    wait, im using a regular Thread... the one in java.lang... and if you all have four workers running, you have only five threads running: one for each worker and then the updater thread... im not...
  7. Replies
    5
    Views
    3,114

    Threads in Web Crawler

    hi, ive been creating a web crawler. it works just great, gets urls and image links, but im having a
    typical thread problem. you can have up to four crawlers running at once within my app, but what...
  8. Replies
    1
    Views
    1,078

    Hola Monsieurs and Mademoiselles!

    My name is Sean Panting. Ive been programming in Java for the past two years now. i am 16 years old, and im current working on a Open Source JVM-based Widget Engine called Jadet, which is hosted on...
Results 1 to 8 of 8