Re: [twsocket] socket lossing traffic after 2/3 days

2011-04-20 Thread Dave Baxter
That just shows active connections. You need:- netstat -an That shows chapter and verse, tcp and udp ports, connected, listening, waiting etc. If you do:- netstat -anb ...on XP or later, you also (eventualy, it can take a while) the processes that are associated with the ports and

[twsocket] HTML encoding to char

2011-04-20 Thread Daniele Rocchi
Hi all, I need to convert text that uses special HTML encoding such as amp; or nbsp; to their corresponding charachter. Do any of you know if such function exists? 'Cause at the moment I'm thinking of writing it myself but it's gonna take quite a while... Daniele -- To unsubscribe or change

Re: [twsocket] HTML encoding to char

2011-04-20 Thread RTT
Delphi HTTPApp unit, function HTMLDecode Hi all, I need to convert text that uses special HTML encoding such as amp; or nbsp; to their corresponding charachter. Do any of you know if such function exists? 'Cause at the moment I'm thinking of writing it myself but it's gonna take quite a

Re: [twsocket] HTML encoding to char

2011-04-20 Thread Daniele Rocchi
Yes, that's what I found on the internet, but then I couldn't find any reference in the Delphi help file. I'll look better, thanks. Daniele On 20 April 2011 16:50, RTT p...@sapo.pt wrote: Delphi HTTPApp unit, function HTMLDecode Hi all, I need to convert text that uses special HTML

Re: [twsocket] UDP receive issue from a Windows service

2011-04-20 Thread Éric Fleming Bonilha
François This could sound silly.. but is your Firewall active? We have a service application that receives UDP packets and we only have issues when windows firewall is active Eric -Mensagem Original- From: Francois PIETTE Sent: Monday, April 18, 2011 4:47 AM To: