Re: [twsocket] TCP Bridges (Dennis Siggaard)

2016-04-18 Thread Wilfried Mestdagh
Hi Dennis, SocketSpy works that way. If a client opens 6 sessions then SocketSpy will open 6 sessions to the other server using 6 TWSocket created on the fly. Met vriendelijke groeten, Wilfried Mestdagh Op 17-04-16 om 15:57 schreef IT+NET - Dennis Siggaard: Hi Wilfried, I have already

Re: [twsocket] TCP Bridges (Dennis Siggaard)

2016-04-17 Thread Angus Robertson - Magenta Systems Ltd
> When I use a webbrowser to connect to PC1:80, it creates multiply > connections to PC1:80. (6 connections at the same time) I didn't really follow your original requirement or PC1/PC2 stuff, but I believe you are effectively writing a 'reverse proxy' and it needs to support multiple

[twsocket] TCP Bridges (Dennis Siggaard)

2016-04-17 Thread IT+NET - Dennis Siggaard
7 Apr 2016 10:37:33 +0200 From: Wilfried Mestdagh <wilfr...@mestdagh.biz> To: twsoc...@elists.org Subject: Re: [twsocket] TCP Bridges. Message-ID: <57134b4d.3030...@mestdagh.biz> Content-Type: text/plain; charset=windows-1252; format=flowed Hi, If I understand your question then

Re: [twsocket] TCP Bridges.

2016-04-17 Thread Wilfried Mestdagh
Hi, If I understand your question then you need a listening TCP server that connect to another TCP server and bridge all traffic between the 2 sessions. Use TWSocketServer for the listening part and when a client connect to it then create per client another session with TWSocket. You can use

[twsocket] TCP Bridges.

2016-04-15 Thread IT+NET - Dennis Siggaard
Scenario: PC1: (IP: 192.168.1.100) Delphi application running 2 listenener at port and at port 80 Problem: Application set up a ICS both-way communication link between port 80 and . PC2: (IP: 192.168.1.200) Delphi application running a nons-ICS webservice listening at port .