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

2006-12-12 Thread Arno Garrels
Aleksey, Create multiple FTP components, assign them the same event handlers. for I := 1 to 10 do begin Ftp := TFtpClient.Create(nil); [..] Ftp.OnRequestDone := FtpRequestDone; List.Add(Ftp); end; Cast the Sender that is available in any event handler like: procedure TForm1.FtpRequestD

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

2006-12-12 Thread Frans van Daalen
- Original Message - From: "Aleksey Potjomkin" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 12, 2006 10:36 PM Subject: Re: [twsocket] TWSocket Digest, Vol 199, Issue 2 (Aleksey Potjomkin) > Hello ! > > > just download the ics v5 and then have a look in de ics/internet > directory

[twsocket] Service dependency problem re-occurred.

2006-12-12 Thread Fastream Technologies
Hello, Our clients using Windows 2003 complain that the lastest beta is causing hangs during boot up and then reboots and goes into a loop. This is a HTTP/FTP server installed as system service and running with administrative rights. It depends only to Tcpip. I noticed that when it is trying to ru

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

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

2006-12-12 Thread Francois PIETTE
> >For your next message, be sure to use a proper subject. Using a proper > >subject enhance your chances to get an answer. > > Is it OK now ? Not, it isn't. If you reply to a digest mode, change the subject line from "TWSocket Digest..." to the original subject of the message you reply to (A d

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-12 Thread Arno Garrels
Clay Shannon wrote: >> <> box.>> >> >> It sounds like you have a toilet hooked up to your computer. Not very british I know, in other words, real-time protection software, internet security suites or malicious software, anything like that. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/o

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-12 Thread Clay Shannon
<> It sounds like you have a toilet hooked up to your computer. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If the reader of this message is not the intended recipient, you are hereby not

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-12 Thread Arno Garrels
Henrik, I still guess that it's caused by any crap process running on this box. Why else does it not happen on other computers as well? I don't know the Norman software, but have you tried to uninstall it? I would also check the auto-started processes as well and turn them off one after the othe

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

2006-12-12 Thread Henrik
> >For your next message, be sure to use a proper subject. Using a proper > >subject enhance your chances to get an answer. > Is it OK now ? Hi Aleksey! I'm also new to this but I think what Francois meant was that You should _continue_ to use the subject that describes the contents of the th

Re: [twsocket] Freeze when using smtp after recreating its parentform

2006-12-12 Thread Henrik
Hello Wilfred! Yes, I get the same behavior when running the application from within the IDE. So I traced the code up until the application stops to respond. (And yes, we mean the same thing: the application freezes or hangs so that You can't quit and You can not move or close the window.) The tr

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

2006-12-12 Thread Frans van Daalen
> > >Have a look at FtpAsy sample program (In ICS-V5 but also good for V6 > >provided you change the uses clause). > > Sorry, but i couldn'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 ? > >

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-12 Thread Frans van Daalen
>> > >> > Question: We do understeand the word 'Freeze' the right way ? Form >> > cannot moved, closed, application cannot quit, etc... Right ? >> > >> It was writen in some previous posting that the application was >> then at 50% cpu, so on a hyperthreaded cpu, the application is in >> some fast

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

2006-12-12 Thread Aleksey Potjomkin
Hello ! >For your next message, be sure to use a proper subject. Using a proper >subject enhance your chances to get an answer. Is it OK now ? >Have a look at FtpAsy sample program (In ICS-V5 but also good for V6 >provided you change the uses clause). Sorry, but i couldn't find any such

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-12 Thread Henrik
> > > > Question: We do understeand the word 'Freeze' the right way ? Form > > cannot moved, closed, application cannot quit, etc... Right ? > > > It was writen in some previous posting that the application was > then at 50% cpu, so on a hyperthreaded cpu, the application is in > some fast loop,

[twsocket] FastCGI project proposal (with permission from Francois)

2006-12-12 Thread Fastream Technologies
Dear ICS Colleagues, We (Fastream Technologies) are looking for a developer who will be in charge of developing a FastCGI extension (See the the specs at http://www.fastcgi.com) based on our custom CGI component for our existing server based on ICS. If you are interested as, please email us from [

Re: [twsocket] Freeze when using smtp after recreating its parentform

2006-12-12 Thread Frans van Daalen
> > Question: We do understeand the word 'Freeze' the right way ? Form > cannot moved, closed, application cannot quit, etc... Right ? > It was writen in some previous posting that the application was then at 50% cpu, so on a hyperthreaded cpu, the application is in some fast loop, i gues -- T

Re: [twsocket] Freeze when using smtp after recreating its parent form

2006-12-12 Thread Wilfried Mestdagh
Hello Henrik, Do you have the same problem in the IDE ? Because this way you can check witch code line never comes back (freeze). If not eventually open a console window and write some debug information into it to see where it happens. Your approach is normal. I do this all the time, however I a

Re: [twsocket] Freeze when using smtp after recreating its parent form

2006-12-12 Thread Henrik
Hi Marcelo! Ok, I didn't realize that that was what it was. Thanks for the clarification! I tried it in the example application but I still get the same freeze when trying to connect after the second time the form is created... Any other ideas? To rephrase a solution to the problem: If I use the