English 中文(简体)
创造几名背景工作者的read子的最佳途径是什么?
原标题:What is the best way to create several background worker threads?

我愿同时执行几项任务(遥感研究组织)。 我不想阻挡“倡议”。 我认为,我需要设立一个习俗类别,以做到以下......

  • Accepts and queues a request (using a Stack)
  • Checks the thread pool and if a thread is available starts it with the requested info
  • As each thread completes check the stack for pending requests...

Is there a better way to do this?

是否有这方面的课程?

我是否应该利用背景工作者班子或别的东西?

我是否必须把背景工作班按习俗分类,以便我能够创造多方面的read子?

我想为删除档案和文件夹创造多达8条线。 我需要问一下更新《国际调查》的停滞不前的项目数目。

目前,我有一部与单一背景工作者一道工作的法典,以删除档案和文件夹(这使国际不动产业协会无法锁定,但长期以来我倾向于同时管理若干公用事业)。

Thanks, Lee

最佳回答
问题回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签