Re: [twsocket] HTTPCli in multithreaded application

2006-04-12 Thread Wilfred Owen
Thanks Abjan and Arno for your suggestions. I will be reading those articles. At the moment I have set up a test brace with a thread/message pump, and it is working well. I may have more questions as I try more things out, but it looks good so far. Thanks again for you help - I'm very impressed

Re: [twsocket] HTTPCli in multithreaded application

2006-04-10 Thread Wilfred Owen
Hi Dod I understand the point you are making. I intended to use the HTTPCli component as part of an existing application which already uses threads. The threads need to test response from websites as part of the other activities they carry out - this is why this approach seemed most natural to

Re: [twsocket] HTTPCli in multithreaded application

2006-04-10 Thread Wilfred Owen
Hi Francois Thank you very much for taking the time to answer these and for your detailed response. Much appreciated. Wilf >From: "Francois Piette" <[EMAIL PROTECTED]> >Reply-To: ICS support mailing >To: "ICS support mailing" >Subject: Re: [twsocket] HTTPCli in multithreaded application >Da

[twsocket] HTTPCli in multithreaded application

2006-04-10 Thread Wilfred Owen
Hello I am new to ICS. I wish to use the HTTPCli component in a multithreaded application to test the response from websites. Any thread within the application may use an HTTPCli object to make such a test. My preferred approach would be: within a thread, create an HTTPCli object dynamically u