Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

multithreading

How to use threads in asp.net?

August 28, 2022 by Magenaut

I have web forms application. On one form I have a few functions. Which are called syncronously and takes some time. So I need to call them in different threads.

Categories ASP.NET, Q&A Tags asp.net, c#, c#-4.0, multithreading Leave a comment

How are threads tied to requests through Http.sys, IIS and ASP.NET

August 27, 2022 by Magenaut

I’m currently reading a lot about node.js. There is a frequent comparison between servers using a traditional thread per request model (Apache), and servers that use an event loop (Nginx, node, Tornado).

Categories ASP.NET, Q&A Tags asp.net, http.sys, iis, multithreading Leave a comment

Dataset in Cache: Collection was modified; enumeration operation might not execute

August 27, 2022 by Magenaut

I’m storing a dataset in an ASP.Net WebApplication-Cache. Every user in this intranet-app uses the same instance. On insert/update/delete-actions the database will be updated and the dataset is modified accordingly.

Categories ASP.NET, Q&A Tags .net, ado.net, asp.net, caching, multithreading Leave a comment

ASP.NET IIS – when are requests queued?

August 27, 2022 by Magenaut

The following article by Thomas Marquardt describes how IIS handles ASP.Net requests, the max/min CLR worker threads/Managed IO threads that can be configured to run, the various requests queues involved and their default sizes.

Categories ASP.NET, Q&A Tags asp.net, iis, iis-6, multithreading Leave a comment

What’s the difference between a worker thread and an I/O thread?

August 27, 2022 by Magenaut

Looking at the processmodel element in the Web.Config there are two attributes.

Categories ASP.NET, Q&A Tags asp.net, multithreading, processmodel, web-config Leave a comment

ASP.NET C#5 Asynchronous Web Applications Using Async & Await

August 27, 2022 by Magenaut

Having researched the concept of asynchronous web development, specifically from this source, I created a sample application to prove the concept.

Categories ASP.NET, Q&A Tags asp.net, async-await, asynchronous, c#, multithreading Leave a comment

Does every ‘HttpRequest’ get its own thread in ASP.NET?

August 27, 2022 by Magenaut

In ASP.NET, does every HttpRequest get its own thread?

Categories ASP.NET, Q&A Tags asp.net, httprequest, iis, multithreading Leave a comment

Asp.net SynchronizationContext locks HttpApplication for async continuations?

August 27, 2022 by Magenaut

This comment by Stephen Cleary says this:

Categories ASP.NET, Q&A Tags asp.net, asp.net-mvc, async-await, asynchronous, multithreading Leave a comment

ASP.NET Multithreading Web Requests

August 27, 2022 by Magenaut

I’m building a page in my ASP.NET solution that retrieves most of its data from a 3rd Party API Service.

Categories ASP.NET, Q&A Tags asp.net, c#, multithreading, webrequest Leave a comment

Running several EntityFramework database queries in parallel

August 27, 2022 by Magenaut

I am trying to run 3 database queries in parallel but I’m not sure that I am doing it correctly.

Categories ASP.NET, Q&A Tags asp.net, asynchronous, c#, multithreading, task-parallel-library Leave a comment
Older posts
Newer posts
← Previous Page1 … Page4 Page5 Page6 … Page16 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress