Tagged Questions
0
votes
1answer
676 views
Threads or DRb?
I need to have 2 (or maybe 3) continuously running "facets" of a program in Ruby - a communications thread, a render thread and maybe a caching thread.
The idea is the rendering thread shows a ...