close
    WHAT IS TREAD-SAFE

    0  Views: 649 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

    fafa191wikivn
    Answers: 0 Views: 7 Rating: 0
    bongdaluorguk
    Answers: 0 Views: 7 Rating: 0
    rs8dev1
    Answers: 0 Views: 13 Rating: 0
    HITCLUB UK
    Answers: 0 Views: 14 Rating: 0
    Ku11
    Answers: 0 Views: 14 Rating: 0
    thongclub
    Answers: 0 Views: 15 Rating: 0
    m7gamesnet1
    Answers: 0 Views: 14 Rating: 0
    8xbetglobalcom
    Answers: 0 Views: 10 Rating: 0
    > More questions...
    504846
    questions
    746564
    answers
    844458
    users