Being author of one of the first multi-threaded FTP clients, I doubt the 
need for threads in client applications--especially with ICS which is async. 
The only need for threads is to utilize multi-(core)processors which is 
needless in clients.

Regards,

SZ

----- Original Message ----- 
From: "Me" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
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 Technologies <[EMAIL PROTECTED]>
Do: ICS support mailing <twsocket@elists.org>
Data: Sat, 17 Dec 2005 17:26:49 +0200
Temat: Re: [twsocket] HTTPCLI GETASYNC and SLEEP?

> Why not use a timer and launch the second request on OnTimer? You
would need
> to start the time (Enabled := true;) in OnSessionClosed.
>
> Regards,
>
> SZ
>
> ----- Original Message ----- 
> From: "Me" <[EMAIL PROTECTED]>
> To: "ICS support mailing" <twsocket@elists.org>
> Sent: Saturday, December 17, 2005 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 retrying... Sleep doesnt seems to be the right
choice
> > because it ruins GetAsync... Any way to make a async sleep for
> > getasync?
> > Ann
> >
> > -- 
> > To unsubscribe or change your settings for TWSocket mailing list
> > please goto http://www.elists.org/mailman/listinfo/twsocket
> > Visit our website at http://www.overbyte.be
>
> -- 
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to