What are the relative merits for implementing an Erlang-style "Continuation" pattern in C#
- by JoeGeeky
What are the relative merits (or demerits) for implementing an Erlang-style "Continuation" pattern in C#. I'm working on a project that has a large number of Lowest priority threads and I'm wondering if my approach may be all wrong.
It would seem there is a reasonable upper limit to the number of long-running threads that any one Process 'should'…