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-12 Thread Albjan
10 april 2006 11:10 > Aan: twsocket@elists.org > Onderwerp: [twsocket] HTTPCli in multithreaded application > > 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 applicatio

Re: [twsocket] HTTPCli in multithreaded application

2006-04-10 Thread Arno Garrels
http://www.overbyte.be/eng/overbyte/teamics.html > although I > appreciate if were starting from afresh there could be better approaches! > > > Wilf > > >> From: Dod <[EMAIL PROTECTED]> >> Reply-To: ICS support mailing >> To: ICS support mailing

Re: [twsocket] HTTPCli in multithreaded application

2006-04-10 Thread Wilfred Owen
g >Subject: Re: [twsocket] HTTPCli in multithreaded application >Date: Mon, 10 Apr 2006 11:27:59 +0200 > >Hello Wilfred, > >Main question is "why use threads ?" ICS main advantage is to work in >non threaded model, just create 10, 20, 30 instances of THHPCli and >connec

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

Re: [twsocket] HTTPCli in multithreaded application

2006-04-10 Thread Francois Piette
> 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. No problem to do that. Note that you probably don't need to use multithreading to do what

Re: [twsocket] HTTPCli in multithreaded application

2006-04-10 Thread Dod
Hello Wilfred, Main question is "why use threads ?" ICS main advantage is to work in non threaded model, just create 10, 20, 30 instances of THHPCli and connect them :-) WO> Hello WO> I am new to ICS. I wish to use the HTTPCli component in a multithreaded WO> application to test the response fr

[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