>is it possible to do that with the TWsocket ?

You need a THttpCli instead.

>- I've already used some Indy component with Delphi, and i would like to
>know the advantage/desadventage to use TWsocket inplace of Indy ?

Indy is blocking : it blocks the GUI during transfer
ICS can be used in blocking and non-blocking mode.
Best to use the non-blocking mode to keep your UI reponsive all the time.
You can also use many sockets together working at the same time without 
using threads.
There are demo's added to the ICS package, you can start there.

Paul


-- 
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