Re: [twsocket] HTTPCLI GETASYNC and SLEEP?

2005-12-17 Thread Francois PIETTE
> Its a proxy checker... it has to have some threds (few async > components) so i wouldnt check whole day :] Sorry, I don't understand what you mean. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or cha

Re: [twsocket] HTTPCLI GETASYNC and SLEEP?

2005-12-17 Thread Me
Wiadomość Oryginalna Od: Francois PIETTE <[EMAIL PROTECTED]> Do: ICS support mailing Data: Sat, 17 Dec 2005 17:07:26 +0100 Temat: Re: [twsocket] HTTPCLI GETASYNC and SLEEP? > > Ok but... i got 20 HTTPCli components working as multithreading. .. > > With ICS, you

Re: [twsocket] HTTPCLI GETASYNC and SLEEP?

2005-12-17 Thread Francois PIETTE
EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, December 17, 2005 4:39 PM Subject: Re: [twsocket] HTTPCLI GETASYNC and SLEEP? > > Wiadomość Oryginalna > Od: Francois PIETTE <[EMAIL PROTECTED]> > Do: ICS support mailing > Data: Sat, 17 Dec 2005

Re: [twsocket] HTTPCLI GETASYNC and SLEEP?

2005-12-17 Thread Arno Garrels
Me wrote: > Wiadomosc Oryginalna > Od: Francois PIETTE <[EMAIL PROTECTED]> > Do: ICS support mailing > Data: Sat, 17 Dec 2005 16:25:56 +0100 > Temat: Re: [twsocket] HTTPCLI GETASYNC and SLEEP? > >> >>> I wouldlike to implement retries on HTT

Re: [twsocket] HTTPCLI GETASYNC and SLEEP?

2005-12-17 Thread Fastream Technologies
: "Me" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, December 17, 2005 5:38 PM Subject: Re: [twsocket] HTTPCLI GETASYNC and SLEEP? Because its semi-multithreaded application. I got 20 HTTPClient components. Wiadomość Oryginalna Od: Fastream Tech

Re: [twsocket] HTTPCLI GETASYNC and SLEEP?

2005-12-17 Thread Me
Wiadomość Oryginalna Od: Francois PIETTE <[EMAIL PROTECTED]> Do: ICS support mailing Data: Sat, 17 Dec 2005 16:25:56 +0100 Temat: Re: [twsocket] HTTPCLI GETASYNC and SLEEP? > > > I wouldlike to implement retries on HTTPCLI but so it would wait some > > time bef

Re: [twsocket] HTTPCLI GETASYNC and SLEEP?

2005-12-17 Thread Me
Because its semi-multithreaded application. I got 20 HTTPClient components. Wiadomość Oryginalna Od: Fastream Technologies <[EMAIL PROTECTED]> Do: ICS support mailing Data: Sat, 17 Dec 2005 17:26:49 +0200 Temat: Re: [twsocket] HTTPCLI GETASYNC and SLEEP? > Why not use a

Re: [twsocket] HTTPCLI GETASYNC and SLEEP?

2005-12-17 Thread Francois PIETTE
> I wouldlike to implement retries on HTTPCLI but so it would wait some > time before retrying... Sleep doesnt seems to be the right choice > because it ruins GetAsync... Any way to make a async sleep for > getasync? You never "wait" with ICS since it is asynchronous. You can implement retries us

Re: [twsocket] HTTPCLI GETASYNC and SLEEP?

2005-12-17 Thread Fastream Technologies
5:00 PM Subject: [twsocket] HTTPCLI GETASYNC and SLEEP? > HI > Thanks everybody for help with previous problems, but now i got > another :-) I hope it will be the last one. The problem is that i > wouldlike to implement retries on HTTPCLI but so it would wait some > time before

[twsocket] HTTPCLI GETASYNC and SLEEP?

2005-12-17 Thread Me
HI Thanks everybody for help with previous problems, but now i got another :-) I hope it will be the last one. The problem is that i wouldlike to implement retries on HTTPCLI but so it would wait some time before retrying... Sleep doesnt seems to be the right choice because it ruins GetAsync...