Closing of Listen Socket
From: John Kd (kbabar2001_at_hotmail.com)
Date: 08/26/04
- Next message: Robert Hoghaug: "Blank Password Logon Question"
- Previous message: seka: "Problems with CRL"
- Next in thread: Eugene Mayevski: "Re: Closing of Listen Socket"
- Reply: Eugene Mayevski: "Re: Closing of Listen Socket"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Aug 2004 17:42:30 +0530
Hi,
One interesting question related to Windows Sockets
Say, i had opened one port called port number 1000, and starts listening on
to that port for connections, the socket number which i get is say 1500, now
when i get the request, i get some other socket number say 1600, but if i
had closed the socket 1500, which is the socket on which my thread was
listening, but still the other thread which had started the communication on
the 1600 socket works very well, i.e. the communication takes place nicely,
i still did not understand how the communication of socket 1600 is live,
when it main socket 1500 is closed.
Thanks & Regards,
Yash
- Next message: Robert Hoghaug: "Blank Password Logon Question"
- Previous message: seka: "Problems with CRL"
- Next in thread: Eugene Mayevski: "Re: Closing of Listen Socket"
- Reply: Eugene Mayevski: "Re: Closing of Listen Socket"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|