Ver por etiquetas

Todas las etiquetas » lock » concurrent (RSS)

Writing high performance parallel code with monitors [EN] por Luis Guerrero

Multithread application is going to be next issue for developer, and we need to be ready for this big change. In .NET Framework 4, Microsoft introduced Task Parallel Library, a set of API that helps developer creating concurrent applications. That’s means that you don’t have to take care about all those concurrent issues anymore, its mean now is easier to create concurrent code. Currently I’m working in an application that makes a hard use of all TLP code. What I do is creating...