Global interpreter lock (Indonesian Wikipedia)

Analysis of information sources in references of the Wikipedia article "Global interpreter lock" in Indonesian language version.

refsWebsite
Global rank Indonesian rank
1st place
1st place
low place
low place
low place
low place
low place
low place
2,232nd place
2,809th place

chipy.org

dabeaz.com

ddj.com

  • Shannon -jj Behrens (2008-02-03). "Concurrency and Python". Dr. Dobb's Journal. hlm. 2. Diarsipkan dari asli tanggal 2008-06-26. Diakses tanggal 2008-07-12. The GIL is a lock that is used to protect all the critical sections in Python. Hence, even if you have multiple CPUs, only one thread may be doing "pythony" things at a time.

python.org

docs.python.org

web.archive.org

  • Shannon -jj Behrens (2008-02-03). "Concurrency and Python". Dr. Dobb's Journal. hlm. 2. Diarsipkan dari asli tanggal 2008-06-26. Diakses tanggal 2008-07-12. The GIL is a lock that is used to protect all the critical sections in Python. Hence, even if you have multiple CPUs, only one thread may be doing "pythony" things at a time.
  • "Python/C API Reference Manual: Thread State and the Global Interpreter Lock". Diarsipkan dari asli tanggal 2008-09-14. Diakses tanggal 2015-10-06.
  • David Beazley (2009-06-11). "Inside the Python GIL" (PDF). Chicago: Chicago Python User Group. Diarsipkan dari asli (PDF) tanggal 2010-12-24. Diakses tanggal 2009-10-07. ;
  • David Beazley. "Inside the new GIL" (PDF). Chicago Python User Group. Diarsipkan dari asli (PDF) tanggal 2023-02-08. Diakses tanggal 2015-10-06. ;