close
    WHAT IS TREAD-SAFE

    0  Views: 673 Answers: 1 Posted: 14 years ago

    1 Answer

    Tread Safe Tire Depth see here>>http://www.tirerack.com/tires/tiretech/techpage.jsp?techid=51


     


    Thread Safe:


    In computer programming, thread-safe describes a program portion or routine that can be called from multiple programming threads without unwanted interaction between the threads. (A thread is an instance of the program running on behalf of some user or process.) Thread safety is of particular importance to Java programmers, since Java is a programming language that provides built-in support for threads. By using thread-safe routines, the risk that one thread will interfere and modify data elements of another thread is eliminated by circumventing potential data race situations with coordinated access to shared data.


    It is possible to ensure that a routine is thread-safe by:



    1. Making sure that concurrent threads use synchronized algorithms that cooperate with each other.

    2. Confining the address of a shared object to one thread whenever an unsynchronized algorithm is active.


    http://whatis.techtarget.com/definition/thread-safe



    Top contributors in Safety category

     
    jhharlan
    Answers: 12 / Questions: 0
    Karma: 975
     
    Benthere
    Answers: 0 / Questions: 0
    Karma: 810
     
    country bumpkin
    Answers: 10 / Questions: 0
    Karma: 690
     
    FISH-O
    Answers: 3 / Questions: 0
    Karma: 630
    > Top contributors chart

    Unanswered Questions

    33win
    Answers: 0 Views: 3 Rating: 0
    33win
    Answers: 0 Views: 4 Rating: 0
    33win
    Answers: 0 Views: 5 Rating: 0
    33win
    Answers: 0 Views: 5 Rating: 0
    mikidolljapan
    Answers: 0 Views: 13 Rating: 0
    nonionic polyacrylamide
    Answers: 0 Views: 10 Rating: 0
    socolive2cv
    Answers: 0 Views: 9 Rating: 0
    2bem88com
    Answers: 0 Views: 7 Rating: 0
    > More questions...
    517058
    questions
    752628
    answers
    860956
    users