Glossary entry (derived from question below)
English term or phrase:
multithreading
Turkish translation:
çoklu kullanım
English term
multithreading
The design of the Java language makes multithreading essential for all but the simplest applets. In particular, IO and GUI programming both require multithreading to provide a seamless experience for the user. (IBM)
On a multi-processor computer, multithreading is implemented with a mixture of time-slicing and genuine concurrency – where different threads run code simultaneously on different CPUs. (O'Reilly Media)
Multithreading requires careful programming. For most tasks, you can reduce complexity by queuing requests for execution by thread pool threads. (Microsoft Corporation)
5 +2 | çoklu kullanım | MutercimTR |
5 | çoklu iş parçalama | ekebas |
5 | çok izlekli | Aşkın SamurayBayraktaroğlu |
4 | çok kanallama | Sahin Beygu |
Feb 22, 2010 13:08: changed "Kudoz queue" from "In queue" to "Public"
Feb 22, 2010 13:54: changed "Stage" from "Preparation" to "Submission"
Feb 25, 2010 14:55: changed "Stage" from "Submission" to "Selection"
Apr 23, 2010 14:54:
May 8, 2010 03:54: changed "Stage" from "Selection" to "Completion"
Proposed translations
çoklu kullanım
Çoklu kullanım desteğiyle aynı zamanda birçok dosyayı dönüştürebilmektedir. (Multithreading)
çok kanallama
C# ile Çok Kanallı (Multithread) Programlamada Senkronizasyon (csharpnedir.com)
C Sharp Programlama Dili/Çok kanallı uygulamalar (wikibooks)
çoklu iş parçalama
Çoklu iş parçalama’da işlemler aynı program içinde çalıştıklarından dolayı aynı belleği ve aynı değişkenleri paylaşabilirler. (Bilisim Kulubu (IT Club))
çok izlekli
En fazla zaman harcadığımız işlemlerden birinde, çok izlekli kodlama ve sekiz çekirdeğin tümünü kullanarak 4 saatlik işi 20 dakikanın altına indirdiğimizi gördük. (pc-haber)
Something went wrong...