翻訳と辞書 |
Protothreads : ウィキペディア英語版 | Protothreads A protothread is a low-overhead mechanism for concurrent programming. Protothreads function as stackless, lightweight threads providing a blocking context cheaply using minimal memory per protothread (on the order of single bytes). Protothreads are non-preemptable. Therefore, a context switch can only take place on blocking operations. Protothreads are also stackless, which means global variables are needed for preserving variables across context switches.〔A. Dunkels, O. Schmidt, T. Voigt, and M. Ali, (''Protothreads: Simplifying Event-Driven Programming of Memory-Constrained Embedded Systems'' ), Proc. ACM SenSys, Boulder, CO, USA, Nov 2006. ((PDF ), (Presentation slides ))〕 The protothread concept was developed by Adam Dunkels and Oliver Schmidt.〔(Adam Dunkels' website )〕 More true name - Auto-State pseudo-Threads. ==See also==
* Coroutine * Microthread
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Protothreads」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|