<?xml version="1.0" encoding="windows-1252"?>
<node id="107184" title="Configure REUSE ADDRESS MULTIPLE SOCKET 2 ONE PORT" created="2001-08-22 22:42:35" updated="2005-08-13 06:21:01">
<type id="115">
perlquestion</type>
<author id="961">
Anonymous Monk</author>
<data>
<field name="doctext">
I'm getting this error message when trying to launch two different applications to access a server online ...."""Can not Create Socket:10048 Address already in use""" . They say Only one usage of each 
socket address (protocol/IP address/port) is normally permitted.

This error occurs if a program attempts to bind a socket to an IP 

address/port that has already been used for an existing socket, or

A socket that wasn't closed properly, or one that is still in 

the process of closing. For server programs that need to bind 

multiple sockets to the same port number, consider using 

setsockopt(SO_REUSEADDR). Client programs usually need not call

bind at all - connect will choose an unused port automatically.

So, if there is an alternative to run something called SO_REUSEADDR  HOW CAN YOU DO THAT FROM WITHIN WINDOWS 2000.Advice ,Help, Rescue Please.....................

THE HEALTHY MONK</field>
<field name="reputation">
-4</field>
</data>
</node>
