[twsocket] Resume in Magenta

2013-04-12 Thread Allan Fernandes
Dear Angus, I am grateful to you for directing me to your Magenta components which work together with ICS. In fact it takes care of all the coding I was planning on doing. I cannot find out the support section therefore I am writing here as you are involved in both companies. Please let me know

Re: [twsocket] Resume in Magenta

2013-04-12 Thread Angus Robertson - Magenta Systems Ltd
In between I unplugged the Server LAN wire so as to break the Transfer. When I said to upload again it does not Resume. As you can see from the logs, all the commands to correctly resume the upload are being sent, but the control connection appears to drop at that point: !! FTP Error: FTP

Re: [twsocket] Resume in Magenta

2013-04-12 Thread Allan Fernandes
Dear Angus, I tried uploading on a Internet FTP website and it works fine. Earlier I was checking on LAN for convenience. Sorry for the unnecessary trouble. Respects to the entire team. On Fri, Apr 12, 2013 at 12:52 PM, Angus Robertson - Magenta Systems Ltd an...@magsys.co.uk wrote: In

[twsocket] Unable to create TIcsWndControl hidden window.

2013-04-12 Thread Max Terentiev
Hi, My app uses TWSocket (TSmtpCli) inside TThreads. I create 25 TSmtpCli's per TThread. All TSmtpCli instances created inside TThread Execute. TStmpCli-MultiThreaded set to true. My TThreads have message loops. With 5000 SmtpCli's (inside 200 TThreads) I got exception: Unable to create

Re: [twsocket] Unable to create TIcsWndControl hidden window.

2013-04-12 Thread Angus Robertson - Magenta Systems Ltd
Unable to create TIcsWndControl hidden window. Error 1158 How I can use 4-5K of TSmtpClis in my app ? You are probably out of memory. You need a 64-bit server OS for a lot of connections. You can use these APIs to get various memory information about your application and the PC, to see what

[twsocket] Stopping an THttpCli GET request after the headers

2013-04-12 Thread Albert Wiersch
I'm using THttpCli as a link checker, mainly making 'HEAD' requests, but sometimes 'HEAD' doesn't give me a proper result and I then make a GET request. The issue with GET is that I don't want the document, just the headers. How can I stop the GET request so that it doesn't download the