Click to See Complete Forum and Search --> : Managed IO Completion Ports (Sockets)


The_Diamond_Z
March 22nd, 2004, 12:24 PM
Hi,

Is there a managed equivelent of IO Completion ports in C# (I see an unmanaged). Basically, I'm curious about how to approach writing a high volume socket server in C#.

Or should I stick to C++?

TheCPUWizard
March 22nd, 2004, 01:41 PM
Async Method Invokation.....Look at BeginInvoke....

That is one alternative.