logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What do you mean by a deadlock?


  • Correct Answer
  • - When two processes are waiting to update the rows of a table which are locked by another process, the situation is called a deadlock - The reasons for it to happen are: * lack of proper row lock commands * Poor design of front-end application - It reduces the performance of the server severely - These locks get automatically released automatically when a commit/rollback operation is performed or any process is killed externally 


  • Technology problems


    Search Results


    • 1. What is the difference between mysql_connect and mysql_pconnect?
    • Discuss
    • 2. What is the difference between using copy() and move() function in php file uploading?
    • Discuss
    • 3. Explain the working with directories using opendir(), readdirs(), closedir() along with examples.
    • Discuss
    • 4. Explain the changing file permission and ownership using PHP's chmod() function.
    • Discuss
    • 5. How can we encrypt the username and password using PHP?
    • Discuss
    • 6. What is Control File used for?
    • Discuss
    • 7. List the various Oracle database objects.
    • Discuss
    • 8. Explain i) Rename ii) Alias.
    • Discuss
    • 9. What is a view?
    • Discuss
    • 10. What do you mean by a tablespace?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment