Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is GIL?

Answer Posted / nashiinformaticssolutions

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


Please Help Members By Posting Answers For Below Questions

What is the print in python?

880


What is the use of isupper keyword in python?

915


Where is the math.py (socket.py, regex.py, etc.) Source file?

1002


name few python modules for statistical, numerical and scientific computations?

865


How do I interface to c++ objects from python?

970


What is a numpy in python?

904


Can you build web apps with python?

892


How to write multiple statements in a single line in python?

889


What are the two modes of python?

994


What are the disadvantages of Python Recursion?

1141


What can you use Python generator functions for?

1042


What’s your preferred text editor?

1019


What is the parameter passing mechanism in Python?

1199


How do you add in python?

886


How do you convert string as a variable name in python?

1100