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?

Answers were Sorted based on User's Feedback



What is GIL?..

Answer / 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

What is GIL?..

Answer / 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

More Python Interview Questions

What is the word for 6 times?

0 Answers  


What is the process of compilation and linking in python?

1 Answers  


Number of argument’s that range() function can take ?

0 Answers  


What does by python a scripting language?

0 Answers  


what are the noted modules of python in terms of networking

0 Answers  


What is the starting point of python code execution?

0 Answers  


What is %s %d in python?

0 Answers  


Can I build website using python?

0 Answers  


How to write a text from from another text file in python ?

0 Answers  


How do I run a python file in python shell?

0 Answers  


Does python allow you to program in a structured style?

0 Answers  


Is python as powerful as c++?

0 Answers  


Categories