Transcription of Threading and Perl - kw.pm.org
{{id}} {{{paragraph}}}
Threading and PerlIntroduction To perl Threads and Basics of Concurrent for kwpm24/07/2008kwpm: Threading and perl2 Talk Outline Thread Basics Threads and Shared Memory API For perl and above Synchronization Mechanisms What s built in? Generic synchronization primitives What they are and how they are used What/how you can build from perl s built-ins (or use from CPAN)kwpm: Threading and perl3 What is a Thread? Most generally: an execution context. Threads normally provide a mechanism for managing multiple execution contexts within the same OS process.
kwpm: threading and perl 2 Talk Outline • Thread Basics • Threads and Shared Memory API –For Perl 5.8.3 and above • Synchronization Mechanisms –What’s built in? –Generic synchronization primitives •What they are and how they are used
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}