PC Review Forums Newsgroups Windows 2000 Microsoft Windows 2000 Terminal Server Applications Re: Problem integrating an app with TS

Reply

Re: Problem integrating an app with TS

 
Thread Tools Rate Thread
Old 15-07-2003, 03:13 PM   #1
Jon Harvey
Guest
 
Posts: n/a
Default Re: Problem integrating an app with TS


Hi Victor,

You'll probably need to speak to your software vendor to get a fix...

It's normal in socket programming to 'listen' on the fixed port, when a
client connects to it, you actually move the client connection to a new free
port, and continue listening on the old port. This is how most client-server
applications run - for example web servers accept connections on port 80,
but you can have more than one connection to a single web server.

If I've misinterpreted your post, please post more details of how the
software operates.

Regards,

Jon.

--

Jon Harvey
Software Developer
AppSense Technologies

http://www.appsense.com
mailto:jon.harvey[NO^SPAM]@appsense.com]


"Victor" <victormed73@hotmail.com> wrote in message
news:02a201c34aa9$18e90a40$a001280a@phx.gbl...
> Hi,
>
> I am having a problem when trying to integrate an
> application in Terminal Server. This application creates a
> socket connection to a fixed port so when you try to
> create another instance of the application it fails
> because the port is already in use, thus resulting in that
> you cannot create multiple connections. Is there any way
> of avoiding this problem?
> Thanks a lot beforehand.
>
> Regards,
>
> Victor



  Reply With Quote
Reply



Thread Tools
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