Building an RFC 1086 simulator using ithreads
Length: 20 minutes
Description
This talk is about how and why I built an RFC 1086 simulator
using Perl's ithreads, and briefly describes some of Perl's
thread-related modules and how I used them.
Slides
- Building an RFC 1086 simulator using ithreads
- What this talk is about
- History
- History
- A brief introduction to RFC 1086
- A brief introduction to RFC 1086
- Why I needed a simulator
- An RFC 1086 simulator
- Why Perl?
- Why Perl?
- ithreads
- threads::shared
- threads::shared - sharing variables
- threads::shared - writing
- threads::shared - reading
- Thread::Queue
- Thread::Queue
- Thread::Queue - enqueuing
- Thread::Queue - dequeuing
- Thread::Semaphore
- Thread::Semaphore
- Conclusion
- Thank you