I
I
Ivan Murashkin2017-12-25 09:18:13
ASP.NET
Ivan Murashkin, 2017-12-25 09:18:13

What do you mean by "Multiple Threads (Web Application)"?

Preparing for certification ... Written in the required knowledge "Working in multiple threads (web application)",
what do you mean? I asked about async / await controllers, they said not only, but what else?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
O
oh, 2017-12-25
well @AnneSmith

https://msdn.microsoft.com/en-us/library/ff647332.aspx

  • Multithreading
  • Asynchronous programming

A
asd111, 2017-12-25
@asd111

threads is when you create a thread
async / await do not create threads - they work in one thread

A
africaunite, 2017-12-25
@africaunite

Because speech about a web application - means, apparently, Web Workers.

D
Dmitry Eremin, 2017-12-25
@EreminD

Here it is

E
eRKa, 2017-12-25
@kttotto

First of all, you need to understand the difference between asynchrony and parallelism.
Secondly, in order to be able to use both, you need to know the application life cycle, in particular asp mvc.
Thirdly, knowledge of multithreading means knowledge of synchronization primitives and when to use them in what tasks.
Fourthly, the ability to parallelize tasks in .net means knowledge of the TPL library and the ability to use it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question