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

How to declare the variables function in python?

0 Answers  


What is the use of join() for a string rather than list or tuple method?

1 Answers  


Who uses python?

0 Answers  


What is meant by“call by value” in python?

0 Answers  


How do you split a list into evenly sized chunks?

0 Answers  


What is type() and id() will do?

0 Answers  


How do you calculate the length of a string?

0 Answers  


What are the tools that help to find bugs or perform static analysis?

0 Answers  


Is python interpreted, or compiled, or both?

0 Answers  


Will exit method in python de allocate the global namespace?

0 Answers  


Explain how to overload constructors (or methods) in Python.

1 Answers  


What does == mean?

0 Answers  


Categories