Menu
MÇT Blog
  • English
  • Türkçe
MÇT Blog

Category: C#

SemaphoreSlim ile .NET Core’da Paralel HTTP İstekleri

Posted on 2020-10-312020-10-31 by MÇT

Paralel HTTP istekleri göndermek her web uygulamasında karşımıza çıkabilecek bir genel bir ihtiyaçtır. Bu ihtiyacı karşılamak .NET’e async/await yapısı geldiğinden beri oldukça basit olsa da paralel HTTP istekleri sayısı belli bir seviyenin üstüne çıktığında bazı problemlerle karşılaşmak işten bile değildir. Bu makalemde önce problemi bir kod örneği ile adreslemeye ve sonrasında çözüm önerimi sunmaya çalışacağım….

+

Using SemaphoreSlim to Make Parallel HTTP Requests in .NET Core

Posted on 2020-10-312020-10-31 by MÇT

In a typical web application, it is a common requirement to make multiple HTTP requests in parallel. Although this seems to be straightforward in .NET since the introduction of async/await structure, it is easy to hit some problems when the number of parallel HTTP requests increases beyond some threshold. I will first try to address…

+

MÇT

Mustafa Çağatay Tulun

Mustafa Çağatay Tulun

A simple developer who has a passion about coding and building software.

LinkedIn Profile »
©2025 MÇT Blog | Powered by WordPress & Superb Themes