Re: [twsocket] Problem with THttpCli

2007-03-20 Thread Francois PIETTE
Component Suite (ICS) http://www.overbyte.be - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, March 20, 2007 6:24 PM Subject: [twsocket] Problem with THttpCli > Hello, > > Let's say in a func

[twsocket] Problem with THttpCli

2007-03-20 Thread Fastream Technologies
Hello, Let's say in a function you have THttpCli passed as pointer. I can check whether it is ->Connected or not. But how can one see if it is processing or not? I mean, I need to learn if it is working or not. I hope you get what I mean. I believe the State != httpReady is not always reliable

Re: [twsocket] Problem with THttpCli

2006-08-03 Thread Fastream Technologies
But this is a reverse proxy. I perhaps forgot to tell, sorry.. ;( - Original Message - From: "Frans van Daalen" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, August 03, 2006 4:47 PM Subject: Re: [twsocket] Problem with THttpCli : some prox

Re: [twsocket] Problem with THttpCli

2006-08-03 Thread Frans van Daalen
some proxy-servers do not allow the head command. Frans - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, August 03, 2006 3:36 PM Subject: [twsocket] Problem with THttpCli > Hello, > >

[twsocket] Problem with THttpCli

2006-08-03 Thread Fastream Technologies
Hello, I am trying to add our web server cache to proxy server. So far so good but there is a problem: I first send the HEAD command to learn the last modified date and file size. Then in onheaderend, I launch the GET command if the cache cannot satisfy the request. Here, sometimes the compone

Re: [twsocket] Problem with THttpCli POST

2005-12-07 Thread Fastream Technologies
end()? Best Regards, SZ - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, December 01, 2005 7:50 PM Subject: Re: [twsocket] Problem with THttpCli > THttpCli(SenderLastError reads "0&q

Re: [twsocket] Problem with THttpCli

2005-12-02 Thread Fastream Technologies
ailing" Sent: Friday, December 02, 2005 12:59 PM Subject: Re: [twsocket] Problem with THttpCli > Fastream Technologies wrote: >> The threading design is the same as NFServer and tested well. The problem >> is in THttpCli: I want to download with no files on local computer to be >&g

Re: [twsocket] Problem with THttpCli

2005-12-02 Thread Arno Garrels
arrels" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Friday, December 02, 2005 11:46 AM > Subject: Re: [twsocket] Problem with THttpCli > > >>> FYI: In our dersign, there is the serverThread for listening and there >>> are 2 threads pe

Re: [twsocket] Problem with THttpCli

2005-12-02 Thread Fastream Technologies
provide an example but as you know I use C++. Best Regards, SubZ - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, December 02, 2005 11:46 AM Subject: Re: [twsocket] Problem with THttpCli >> F

Re: [twsocket] Problem with THttpCli

2005-12-02 Thread Arno Garrels
> FYI: In our dersign, there is the serverThread for listening and there > are 2 threads per CPU clientThreads. Now your thread design looks totaly different. I suggest that you take a look at the new multi threaded TWSocketServer, available in latest beta release and the SSL distribution. It show

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Fastream Technologies
ssage - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, December 01, 2005 8:52 PM Subject: Re: [twsocket] Problem with THttpCli > Hello SZ, > > I think so yes, but I'm not very familiar with THttpCli component. I use &g

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Maurizio Lotauro
On 30-Nov-05 15:21:24 Fastream Technologies wrote: >Hello, >I chose the second method (THttpCli) but the below code fails in a thread: [...] >It gives no exception but throws ESocketError just after DNSLookup which is >successful. I tried with www.intel.com and the IE works just fine from here.

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Wilfried Mestdagh
et the data. I want to use the OnDocData and OnHeaderData events to read > packet-by-packet. Is this possible? If yes how? > Regards, > SubZ > - Original Message - > From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> > To: "ICS support mailing" >

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Fastream Technologies
al Message - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, December 01, 2005 12:18 PM Subject: Re: [twsocket] Problem with THttpCli > Hello SZ, > >> It gives no exception but throws ESocketError just after DNSLo

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Wilfried Mestdagh
sender. > Regards, > SZ > - Original Message - > From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Thursday, December 01, 2005 12:18 PM > Subject: Re: [twsocket] Problem with THttpCli >> Hello SZ, >

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Fastream Technologies
2005 12:18 PM Subject: Re: [twsocket] Problem with THttpCli > Hello SZ, > >> It gives no exception but throws ESocketError just after DNSLookup which >> is >> successful. > > Do you mean ESocketException ? > What is the error ? > > --- > Rgds, Wilfried

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Wilfried Mestdagh
Hello SZ, > It gives no exception but throws ESocketError just after DNSLookup which is > successful. Do you mean ESocketException ? What is the error ? --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Wednesday, November 30, 2005, 15:21, Fas

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Fastream Technologies
te that...;( > > Do you call a message pump somewhere? > > > --- > Arno Garrels [TeamICS] > http://www.overbyte.be/eng/overbyte/teamics.html > > >> >> - Original Message - >> From: "Arno Garrels" <[EMAIL PROTECTED]> >> T

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Arno Garrels
[TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > > - Original Message - > From: "Arno Garrels" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Wednesday, November 30, 2005 7:28 PM > Subject: Re: [twsocket] Problem with THttpC

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Fastream Technologies
To: "ICS support mailing" Sent: Wednesday, November 30, 2005 7:28 PM Subject: Re: [twsocket] Problem with THttpCli > Fastream Technologies wrote: >> Any help would be appreciated. I am using the November (downloaded today) >> beta of ICS with -yet- no SSL. > > Hard

Re: [twsocket] Problem with THttpCli

2005-11-30 Thread Arno Garrels
Fastream Technologies wrote: > Any help would be appreciated. I am using the November (downloaded today) > beta of ICS with -yet- no SSL. Hard to say, however I guess it is a multi threading problem. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe o

[twsocket] Problem with THttpCli

2005-11-30 Thread Fastream Technologies
Hello, I chose the second method (THttpCli) but the below code fails in a thread: HTTPClient = new THttpCli(NULL); HTTPClient->MultiThreaded = true; HTTPClient->FollowRelocation = false; HTTPClient->NoCache = false; HTTPClient->RcvdStream = NULL; HT