English 中文(简体)
WCF: One-way Callback Methods Excuted on IOCP threads?
原标题:WCF: One-way Callback Methods Executed on IOCP threads?

我在任何地方似乎都找不到明确答案。

在客户方面,如果I m写作代码处理服务器的反馈方法,这是否在IOCP的校对上执行? 如果是的话,我会期望我们保持这种反馈方法的高效率和快速执行。 如果需要发出任何阻挡电话,那么就应该对一个透水池作出这种反应。

请允许我在此确认/否定我的假设。

感谢。

问题回答

如果你在服务器上使用IO完成港口(例如,可能采用需要模拟1,000个客户的服务器测试系统),那么,你负责提高用户空间的校对池,等待完成港口。 这一人才库足够庞大,可以容纳许多客户和营地;这样就避免了向另一个校对池的排泄。

如果你使用重叠的IO完成呼吁,则通过发行“RetuFileEx”的同一线(假设你的read子正正确等待可警惕的等待(blahEx电话),允许装甲运兵车停电)。 如果这个透镜处理不止一个客户,那么,是的,那么这种透镜便会忙于事,你应当从缓冲/袖珍/斜面/瓦塔中解,能够处理缓冲并发出任何答复。

我的理解是,这是的,它涉及的是国际林业组织。 我认为,由于服务器本身处于国际海洋生物组织的中间(因为它叫你背书),而且由于客户处于国际海洋生物组织的中间,因此可能最能迅速从中提取。

我处于同一问题的中间阶段,我认为,主要背靠背是“偶然”的,通常被装上天线或不同的工作Q。





相关问题
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. ...

热门标签