Re: CPU Platform
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
"Sergiu Cojocaru" <costov@xxxxxxxxx> wrote in message
news:uKSrqlDdGHA.1264@xxxxxxxxxxxxxxxxxxxxxxx
Hello,
How can a software found CPU Socket?
The socket is not in the bios my friend! So neither windows would detect the
socket type.
But you can detect a lot by querying the environment variables
(such in my case)
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 47 Stepping 0, AuthenticAMD
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=2f00
Or you could do it through
GetSystemInfo()...
.
Relevant Pages
- Re: Socket.Disconnect Method
... Although the exception list in the MSDN documentation ... Windows XP SP2. ... An error occurred when attempting to access the socket. ... use the SocketException.ErrorCode property to obtain the specific error code. ... (microsoft.public.vsnet.general) - Re: Socket.Disconnect Method
... method that only worked on platforms prior to Windows ... method is supported on Windows 2000 and Windows 98, ... An error occurred when attempting to access the socket. ... It looks to me like the underlying error code could have been: ... (microsoft.public.vsnet.general) - Re: Tcp Socket Close Event
... Shutdown | TcpClient Members | Managed Extensions for C++ ... Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows ... SocketExceptionAn error occurred when accessing the socket. ... associated with the TcpClient. ... (microsoft.public.dotnet.languages.vb) - RE: Best design pattern for a TCP "HUB" service
... For the maximum socket a TCPLister can accept, in theory it is 2^32-1, we ... In Socket programming, we have another term named backlog, which means the ... Use the Start method to begin listening for incoming connection requests. ... Windows Sockets server applications generally create a socket and then use ... (microsoft.public.dotnet.languages.vb) - Re: simple server socket question
... On Windows NT it works for me. ... Here is my machine info: ... > A friend is trying to open a server socket on a Win NT machine and gets ... > couldn't open socket: socket type not supported ... (comp.lang.tcl) |
|