en
Stephen Cleary

Concurrency in C# Cookbook

Kitap eklendiğinde bana bildir
Bu kitabı okumak için Bookmate’e EPUB ya da FB2 dosyası yükleyin. Bir kitabı nasıl yüklerim?
  • esandrewalıntı yaptı3 yıl önce
    IProgress and Progress types
  • esandrewalıntı yaptı3 yıl önce
    new CancellationTokenSource(TimeSpan.FromSeconds(3));
  • esandrewalıntı yaptı3 yıl önce
    For more information on System.Reactive, I recommend the excellent online book Introduction to Rx.
  • esandrewalıntı yaptı3 yıl önce
    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
  • esandrewalıntı yaptı3 yıl önce
    in general, parallel programming on the server would work against its built-in parallelism and therefore wouldn’t provide any real benefit
fb2epub
Dosyalarınızı sürükleyin ve bırakın (bir kerede en fazla 5 tane)