close
    WHAT IS TREAD-SAFE

    0  Views: 610 Answers: 1 Posted: 13 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

    ev88homes
    Answers: 0 Views: 5 Rating: 0
    shbet288net1
    Answers: 0 Views: 6 Rating: 0
    Bk8 Run
    Answers: 0 Views: 5 Rating: 0
    Băng Rôn Đông Đô
    Answers: 0 Views: 8 Rating: 0
    TG777 Casino - Enjoy the Best Gaming Experience
    Answers: 0 Views: 8 Rating: 0
    TG777 Casino
    Answers: 0 Views: 6 Rating: 0
    > More questions...
    466638
    questions
    722268
    answers
    785660
    users