[twsocket] I found some bugs in your ICS (or mine maybe)

2006-12-11 Thread Aleksey Potjomkin
Hello ! Your components are really great. But i've faced with some problems out here. I'm trying to make multithreaded FTP list checker. I'm not going to talk a lot, i'll just post code of creating TFTPCli component and using it. Here it is (it is very simple): " // [FTP Component initializ

Re: [twsocket] TWSocket Digest, Vol 199, Issue 2

2006-12-11 Thread Aleksey Potjomkin
;component correctly. >Tell us why you want to use threads, ICS can handle hundreds >of concurrent connections easily, each transferring data at >the same time, since it uses non-blocking sockets. > >--- >Arno Garrels [TeamICS] >http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] TWSocket Digest, Vol 199, Issue 2 (Aleksey Potjomkin)

2006-12-12 Thread Aleksey Potjomkin
n't find any such sample as in ICS archive, same not at your website (User made section). Can you please give me exact way where to get this sample ? >You may also have a look at the MailSndAsync demo of V5, it's SMTP but Same problem as with FtpAsy, i can't find that any

Re: [twsocket] TWSocket Digest, Vol 199, Issue 2 (Aleksey Potjomkin)

2006-12-12 Thread Aleksey Potjomkin
Hello ! > just download the ics v5 and then have a look in de ics/internet directory OK, I did. But i'm still can't understand main point of it. How to handle concurrent connections ??? As I understood, main feature of it is event "OnRequestDone" and there I can make a switch: " case

[twsocket] Troubles with using TPing in multithreaded apps (DnsLookupDone error)

2007-01-05 Thread Aleksey Potjomkin
Hi ! I need to use TPing component for checking large lists of servers. So I've decided to use threads (i haven't find asynchronous functions like it was with TFTPCli), so this only way i know. I'll show some code so it will be easier to explain my problem. Here is thread Execute function (al

Re: [twsocket] [PHISHING] - Troubles with using TPing inmultithreaded apps(DnsLook

2007-01-07 Thread Aleksey Potjomkin
Hi ! I've download this sources. But there is using TICMP component, which isn't included into ICS. But i'm talking about original ICS component TPing. I'm still can't solve my problem how to use it in multi-threaded application. Can you help me somehow ? ProgMaster >From: "Angus Roberts

Re: [twsocket] [PHISHING] - Troubles with using TPinginmultithreaded apps(DnsLook

2007-01-07 Thread Aleksey Potjomkin
Hello ! Yes, i did understand that. But there is still problem - I don't know Delphi language, only C++(Builder). Can you help me at translate this code to C++ ? ProgMaster >From: "Francois PIETTE" <[EMAIL PROTECTED]> >Reply-To: ICS support mailing >To: "ICS support mailing" >Subjec

Re: [twsocket] Troubles with using TPing in multithreaded apps(DnsLookupDone error)

2007-01-07 Thread Aleksey Potjomkin
rk, however i did : "CPing->OnDnsLookupDone = CPingDnsLookupDone;" Why thats happening ? ProgMaster >From: "Aleksey Potjomkin" <[EMAIL PROTECTED]> >Reply-To: ICS support mailing >To: twsocket@elists.org >Subject: [twsocket] Troubles with using