The most efficient way to program sockets is via io completion ports.  If
you use the (Begin/End)*** methods on the Socket class, and the host OS
supports io completion ports, these calls will get mapped to io completion
ports via the thread pool.

----- Original Message -----
From: "Nigel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 3:52 AM
Subject: [ADVANCED-DOTNET] Socket Notifications....where are they?


> How do you receive socket notifications from .Net?  I suspect that they
> don't exist at all which means that we have to monitor the sockets for
> data and connection status ourselves. The automatic notifications are
> occurring within win32, surely they must be passed in by the framework
> somehow?
>
> ===================================
> This list is hosted by DevelopMentorŪ  http://www.develop.com
> You may be interested in Guerrilla .NET, 24 March 2003, in London
> http://www.develop.com/courses/gdotnet
>
> View archives and manage your subscription(s) at
http://discuss.develop.com

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
You may be interested in Guerrilla .NET, 24 March 2003, in London
http://www.develop.com/courses/gdotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to