en
Stephen Cleary

Concurrency in C# Cookbook

Avise-me quando o livro for adicionado
Para ler este livro carregue o arquivo EPUB ou FB2 no Bookmate. Como carrego um livro?
  • esandrewfez uma citaçãohá 4 anos
    IProgress and Progress types
  • esandrewfez uma citaçãohá 4 anos
    new CancellationTokenSource(TimeSpan.FromSeconds(3));
  • esandrewfez uma citaçãohá 4 anos
    For more information on System.Reactive, I recommend the excellent online book Introduction to Rx.
  • esandrewfez uma citaçãohá 4 anos
    Tasks should neither be extremely short, nor extremely long.
    If your tasks are too short, then the overhead of breaking up the data into tasks and scheduling those tasks on the thread pool becomes significant. If your tasks are too long, then the thread pool cannot dynamically adjust its work balancing efficiently. It’s difficult to determine how short is too short and how long is too long; it really depends on the problem being solved and the approximate capabilities of the hardware
  • esandrewfez uma citaçãohá 4 anos
    in general, parallel programming on the server would work against its built-in parallelism and therefore wouldn’t provide any real benefit
fb2epub
Arraste e solte seus arquivos (não mais do que 5 por vez)