Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
  #1  
Old April 22nd, 2003, 05:55 AM
rizbaig_pk rizbaig_pk is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Location: Lahore
Posts: 8 rizbaig_pk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Address in Use "Winsock"

Hi,
I used winsock my chat application on form_unload i close my winsock by winsock.close but when i run again that program it show the error "Address in Use" . So, any person plz give me full detail to how completely close a connection....

Waiting for response.
Riz.

Reply With Quote
  #2  
Old April 24th, 2003, 06:42 AM
X-2-X X-2-X is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Location: Lagos,NIGERIA.
Posts: 21 X-2-X User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
are you using an array of winsock controls ( most chat programs use array of controls that are loaded. I so u must unload all , or close all such controls . Again what address are u using . The address must not be any of the reserved address

Reply With Quote
  #3  
Old May 13th, 2003, 06:15 PM
Knightofoldcode Knightofoldcode is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 6 Knightofoldcode User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Re: Address in Use "Winsock"

Quote:
Originally posted by rizbaig_pk
Hi,
I used winsock my chat application on form_unload i close my winsock by winsock.close but when i run again that program it show the error "Address in Use" . So, any person plz give me full detail to how completely close a connection....

Waiting for response.
Riz.



Read this, it'll give you all the info you need.

http://support.microsoft.com/?kbid=173619

Reply With Quote
  #4  
Old May 16th, 2003, 10:35 AM
Rich Smith Rich Smith is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 1 Rich Smith User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Re: Address in Use "Winsock"

Quote:
Originally posted by rizbaig_pk
Hi,
I used winsock my chat application on form_unload i close my winsock by winsock.close but when i run again that program it show the error "Address in Use" . So, any person plz give me full detail to how completely close a connection....

Waiting for response.
Riz.



This is one of the reasons that I prefer not to use the winsock control when I need to do tcpip communications. I would highly recommend using direct calls to the winsock API, then you could program around the problem you are having. Here it is in a nutshell.

When you tell your winsock control to close the connection, it immediately executes a shutdown command, followed by a close. Berkley Sockets (which is what the windows interface to tcpip is based on) calls for sockets that have ACCEPTED another connection, and that have been closed without recieving notification that the other side has finished sending information will linger on your system for approximately 3 minutes. While this is still ok if you are using the API to listen for connections, the winsock control doesnt like this and wont let you use the port again.

This may be a little overkill for your needs, but if you want a really robust chat application, the winsock control just isnt going to cut the mustard.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming > Address in Use "Winsock"


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway