[twsocket] Please ignore spam message from me. Yahoo servers may have been hacked

2012-12-19 Thread robertoschler
I'm still investigating this, but it looks like Yahoo's mail servers may have been hacked and someone harvested parts of my Contact List for spamming.   Here's an article from yesterday on the Yahoo server hack: http://www.infosecurity-magazine.com/view/29887/yahoo-hacked-in-the-ultimate-full-disc

Re: [twsocket] TWSocket closing after every transactionwithexternal HTTP server

2012-04-05 Thread robertoschler
CS support mailing" > Date: Thursday, April 5, 2012, 9:42 AM > robertoschler wrote: > > Hello Arno, > > > >> Sending the Keep-Alive header line doesn't > guarantee a HTTP > >> server keeps the connection alive. > > > > True but in thi

Re: [twsocket] TWSocket closing after every transaction withexternal HTTP server

2012-04-05 Thread robertoschler
it's an O/S issue. Robert. --- On Thu, 4/5/12, Arno Garrels wrote: > From: Arno Garrels > Subject: Re: [twsocket] TWSocket closing after every transaction withexternal > HTTP server > To: "ICS support mailing" > Date: Thursday, April 5, 2012, 8:18 AM > robertos

Re: [twsocket] TWSocket closing after every transaction with external HTTP server

2012-04-05 Thread robertoschler
Hello Dod, I know the socket is closed because the TWSocket OnSessionClosed() event fires. There are no proxies because the external device is on the Intranet (same router and network) as the PC. It's a local peer connection. Robert. --- On Thu, 4/5/12, Dod wrote: > From: Dod > Subject: R

[twsocket] TWSocket closing after every transaction with external HTTP server

2012-04-05 Thread robertoschler
Hello, I have a Delphi 6 application that talks to an external device that acts as an HTTP server. I am using the ICS TWSocket components for this application. I open up a socket to talk to the device and handle the necessary header and body crafting to talk to the server. In other words, I am

Re: [twsocket] Problems with TWSocket and Skype

2012-02-07 Thread robertoschler
. > > If you follow the rules, everything will be OK. You can > verify by yourself > that ICS components are capable of high speed communication > with a huge > number of simultaneous connections, both client or server > side. See the HTTP > and FTP client and server to convin

Re: [twsocket] Problems with TWSocket and Skype

2012-02-07 Thread robertoschler
Hello Angus, It's TCP. As far as I know, no visual components are updated since the sockets have their own client threads. (Multithreaded = TRUE and a client thread is started after the TWSocket instance is created. The first thing the client thread does in its Execute() method is use the Thr

Re: [twsocket] Problems with TWSocket and Skype

2012-02-07 Thread robertoschler
Mon, 2/6/12, Arno Garrels wrote: > From: Arno Garrels > Subject: Re: [twsocket] Problems with TWSocket and Skype > To: "ICS support mailing" > Date: Monday, February 6, 2012, 11:38 PM > robertoschler wrote: > > My application acts as a middleman between an external

[twsocket] Problems with TWSocket and Skype

2012-02-06 Thread robertoschler
Hello, A couple of years ago I tried using TWSocket with Skype to send audio back and forth between my Delphi 6 application and the Skype client. I never could get it to work until I switched to the Indy components. Since then I've used ICS in several applications they have always worked great

[twsocket] TWSocket and Skype, anyone done that?

2012-01-29 Thread robertoschler
If anybody has used TWSocket to communicate with Skype when sending/receiving Skype audio via a port, please share any tips or problems that you had when doing so. Thanks, Robert -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailm

[twsocket] Help needed with TWSocket descendant with background thread message loop

2012-01-29 Thread robertoschler
I have a TWSocket descendant called TWSocketClientDeluxe. It does its work on a background thread. I have confirmed that this is the case by setting breakpoints on various events and inspecting the Threads window to make sure it is not on the main thread. It creates its own client thread and

[twsocket] Does a call to TWSocket.Send have to be on the same thread as the socket?

2012-01-28 Thread robertoschler
I have a TWSocket component with a background thread. I do use the Thread.Attach method as I saw in the sample code to switch it to the background thread I create, and I also set the socket's Multithreaded property to true. I also double-checked with the Delphi thread window to confirm it's do

[twsocket] StatusCode of 0, ReasonPhrase = 'OK

2010-04-13 Thread robertoschler
I read about others having this same problem during a web search. I'm getting this problem too. I'm using THttpCli1 in a tight loop on an external thread to send commands to a robot accepting commands as an HTTP server. I set THttpCli's Multithreaded property to TRUE. But I'm getting tons of

[twsocket] TWSocketServer: Clients disconnecting but ClientCount keeps rising

2009-06-16 Thread robertoschler
I have a server socket application that uses TWSocketServer. When clients disconnect, I do get see a SessionClosed event triggered for the client socket and then the TWSocketServer ClientDisconnect event handler fires. However, the ClientCount does not go down, and keeps incrementing with eve

Re: [twsocket] TWSocket stops receiving where TClientSocket just keeps going

2009-06-05 Thread robertoschler
. Thanks for listening, Robert --- On Fri, 6/5/09, robertoschler wrote: > From: robertoschler > Subject: Re: [twsocket] TWSocket stops receiving where TClientSocket just > keeps going > To: "ICS support mailing" > Date: Friday, June 5, 2009, 8:40 PM > > Hello

Re: [twsocket] TWSocket stops receiving where TClientSocket just keeps going

2009-06-05 Thread robertoschler
assume this means that the maximum amount of data received during any Data Available event is 8192. It's amazing how so small a thing can cost you so much time. I'm going to recode and retest now. Thanks, Robert --- On Fri, 6/5/09, robertoschler wrote: > From: robertoschler

Re: [twsocket] TWSocket stops receiving where TClientSocket just keeps going

2009-06-05 Thread robertoschler
ideas what could cause that to happen? Thanks, Robert --- On Fri, 6/5/09, robertoschler wrote: > From: robertoschler > Subject: Re: [twsocket] TWSocket stops receiving where TClientSocket just > keeps going > To: "ICS support mailing" > Date: Friday, June 5, 200

Re: [twsocket] TWSocket stops receiving where TClientSocket just keeps going

2009-06-05 Thread robertoschler
bug and we can > search deeper. > > --- > Rgds, Wilfried [TeamICS] > http://www.overbyte.be/eng/overbyte/teamics.html > http://www.mestdagh.biz > > Thursday, June 4, 2009, 17:58, robertoschler wrote: > > > > I have an application that opens an outgoing > connec

[twsocket] TWSocket stops receiving where TClientSocket just keeps going

2009-06-04 Thread robertoschler
I have an application that opens an outgoing connection to an MJPEG streaming server (server push using MIME multi-part boundary method). With my TWSocket code, I connect fine and then I get an arbitrary number of frames until the connection appears to stop receiving data, permanently. The da

Re: [twsocket] New component THttpAppSrv to build powerful web application server

2009-05-22 Thread robertoschler
Hello Francois, Excellent. Will THttpAppSrv work with Delphi 6 Pro? I'm still using that version for all my Delphi work and I use ICS with it a lot. Thanks, Robert --- On Fri, 5/22/09, Francois PIETTE wrote: > From: Francois PIETTE > Subject: [twsocket] New component THttpAppSrv to build

Re: [twsocket] HTTP Post hanging during Basic authorization phase (2nd phase)

2009-01-23 Thread robertoschler
e. Robert. --- On Fri, 1/23/09, Maurizio Lotauro wrote: > From: Maurizio Lotauro > Subject: Re: [twsocket] HTTP Post hanging during Basic authorization phase > (2nd phase) > To: "ICS support mailing" > Date: Friday, January 23, 2009, 7:12 PM > Scrive robertoschler :

[twsocket] HTTP Post hanging during Basic authorization phase (2nd phase)

2009-01-23 Thread robertoschler
I am using Delphi Professional 6.0 pack 2 with ICS. I'm not sure what version of ICS I am using since I don't see the version number in the README. However, I checked HttPProt.pas and the final comment reads: "Oct 15, 2004 V1.71 lotauro.mauri...@dnet.it enhanced basic and NTLM aut

[twsocket] Bad link to TWSocket mailing list sign up page (ICS)

2009-01-23 Thread robertoschler
PREFACE: The link on the certain pages on the Overbyte.be and nearly every archived TWSocket mailing list message that is supposed to take you to the mailing list sign up form is wrong: Look at the FAQ page: http://users.telenet.be/sonal.nv/ics/faq/Frame_index.html Which has this link which le