I also prefer fewer fibers than many but it depends on your
application. Pool fibers work well for many threads, but it depends on
what you mean by many. The OS is very good at context switching and
can easily handle tens or hundreds of threads. You should do some
benchmarks with your application to see if the pool or dedicated
threads work better. Retlang should make the switch transparent if you
code to the Fiber interface.
Mike
> --
> You received this message because you are subscribed to the Google Groups "retlang-dev" group.
> To post to this group, send email to retla...@googlegroups.com.
> To unsubscribe from this group, send email to retlang-dev...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/retlang-dev?hl=en.
>
>