Re: [twsocket] Throttling solution - Integrate Dan's throttler into ICS?

2006-12-13 Thread Marc
Hi Dan Did you update it for V6 ? Or currently it only work for V5 ? Thanks Marc At 17:22 2006-12-10, you wrote: >Hi Jack, > >You should be able to derive your own class from TWSocketServer which >instantiates throttled sockets instead of regular ones. Then you don't have >to modify ICS code.

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

2006-12-13 Thread Bjørnar Nielsen
I have not paid very much attention to this duscussion, but I want to say something about using ICS on many diffent computers and different platforms. My company have made software based on ICS that run on W95, W98, NT, W2000, WXP and Vista. The components used is HttpCli, SMTPCli, HtmlSMTPCli, PO

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

2006-12-13 Thread Arno Garrels
Henrik, > am not willing to accept that it isn't possible to use ICS components > on > "all" computers. I won't accept that too, but nobody from this list has confirmed the problem and nobody seems to know how to solve it. So it would help a lot if you could find the error condition. --- Arno

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

2006-12-13 Thread Henrik
Hi Arno and thanks for Your effort! I'm sorry to say that Your answer doesn't promote ICS at all. I don't possess enough knowledge about winsock and smtp to be absolutely sure but I am not willing to accept that it isn't possible to use ICS components on "all" computers. (You can see the answers o

Re: [twsocket] Service dependency problem re-occurred.

2006-12-13 Thread Fastream Technologies
Thanks, I found the problem: I was calling the below function to edit service description (which TServiceApplication cannot do automatically) in OnStart of the service! BOOL ReconfigureService(BOOL fDisable, LPSTR lpDesc, const String &serviceName) // from // http://msdn.microsoft.com/library/de

Re: [twsocket] Service dependency problem re-occurred.

2006-12-13 Thread Arno Garrels
Fastream Technologies wrote: > 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 Tcpi