Answer Posted / glibwaresoftsolutions
GIL (Global Interpreter Lock) is a mutex that protects access to Python objects, preventing multiple native threads from executing Python bytecodes at once. It ensures that only one thread can execute Python code at a time, which can be a limitation in CPU-bound multi-threaded programs but does not significantly affect I/O-bound programs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does len () mean in python?
What is the output of print str[4: ] if str = ‘ python language’?
Is it worth to learn python in 2019?
What is a floating point in python?
What does a function of python programming?
What super does in python?
What is the usage of help() function in python?
How to remove whitespaces from a string in python?
What is the output for the following code?
What are accessors, mutators, @property?
How can you find length of a tuple in python?
What data types does python support?
Is python good for windows?
What are the uses of List Comprehensions feature of Python?
Explain how you can minimize the memcached server outages in your python development?