Perl Threads
A presentation for the
Israeli Perl Monger
's
September 2003 meeting
, by
Mikhael Goikhman
.
See
slides
sequentially.
Slide index:
0.0
What are threads?
0.1
Thread features and obstacles
0.2
But we have processes for this!
0.3
Different thread implementations
1.0
Perl threads
1.1
Creating threads
1.2
Thread control methods
1.3
More thread control methods
2.0
Threaded program models & scenarious
2.1
Example, Primes without threads
2.2
Example, Primes using threads
3.0
Shared data
3.1
Perl thread caveats
3.2
Deadlocks
4.0
Perl Thread Modules
4.1
Thread::Queue
4.2
Thread::Semaphore
4.3
Thread::RWLock
4.4
Thread::Serialize
4.5
Other Thread Modules
5.0
Thank you