Re: [twsocket] Installing ICS within C++ Builder 2006

2010-11-11 Thread Arno Garrels
Fastream Technologies wrote: >>> In order to install ICS into both personalities you just have to >>> change >>> the Delphi package options to: >>> Linking | Linker output | Generate all C++ Builder files (including >>> package libs) and rebuild all. > > Why don't you redirect from the download

Re: [twsocket] Installing ICS within C++ Builder 2006

2010-11-11 Thread Fastream Technologies
Hello, On Thu, Nov 11, 2010 at 6:02 PM, Arno Garrels wrote: > Arno Garrels wrote: > > Tobias Rapp wrote: > >> Hello, > >> > >> I have ICS package installed within the Delphi personality of BDS2006 > >> but now I want to use it within the C++ Builder personality. After > >> adding some missing *.

Re: [twsocket] Installing ICS within C++ Builder 2006

2010-11-11 Thread Arno Garrels
Arno Garrels wrote: > Tobias Rapp wrote: >> Hello, >> >> I have ICS package installed within the Delphi personality of BDS2006 >> but now I want to use it within the C++ Builder personality. After >> adding some missing *.pas files to IcsBcb100.bdsproj BDS complains: >> >> "Remove WSocketE, WSock

Re: [twsocket] Installing ICS within C++ Builder 2006

2010-11-11 Thread Arno Garrels
Tobias Rapp wrote: > Hello, > > I have ICS package installed within the Delphi personality of BDS2006 > but now I want to use it within the C++ Builder personality. After > adding some missing *.pas files to IcsBcb100.bdsproj BDS complains: > > "Remove WSocketE, WSockBuf, WSocket, WSocketS, ... w

Re: [twsocket] Installing ICS within C++ Builder 2006

2010-11-11 Thread Fastream Technologies
Hello Tobias, Create a new package from scratch and then add the ICS .pas to that. Regards, SZ On Thu, Nov 11, 2010 at 4:40 PM, Tobias Rapp wrote: > Hello, > > I have ICS package installed within the Delphi personality of BDS2006 but > now > I want to use it within the C++ Builder personality

[twsocket] Installing ICS within C++ Builder 2006

2010-11-11 Thread Tobias Rapp
Hello, I have ICS package installed within the Delphi personality of BDS2006 but now I want to use it within the C++ Builder personality. After adding some missing *.pas files to IcsBcb100.bdsproj BDS complains: "Remove WSocketE, WSockBuf, WSocket, WSocketS, ... were found in required package Ics

Re: [twsocket] Concurrency of multiple THttpCli instances

2010-11-11 Thread Hein du Plessis
Ek het so gehoop jy het ons nou heeltemal deurmekaar gemaak ;) -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of A Drent Sent: 11 November 2010 15:02 To: ICS support mailing Subject: Re: [twsocket] Concurrency of multiple THttpCli instan

Re: [twsocket] Concurrency of multiple THttpCli instances

2010-11-11 Thread A Drent
Sorry for this post, I was replying the wrong mail. albert - Original Message - From: "A Drent" To: "ICS support mailing" Sent: Thursday, November 11, 2010 11:19 AM Subject: Re: [twsocket] Concurrency of multiple THttpCli instances Ok. T.a.v. het betalen op rekening, kun je t.a.v.

Re: [twsocket] Concurrency of multiple THttpCli instances

2010-11-11 Thread Fastream Technologies
Hello, On Thu, Nov 11, 2010 at 2:21 PM, Francois PIETTE wrote: > > With reconfiguring (turning off HTML translation) via our program GUI, I >> have been able to get 3X speed up to 1500 keep-alive requests/sec (when >> cache is off and this is a web proxy server). So it's getting better but >> it

Re: [twsocket] Concurrency of multiple THttpCli instances

2010-11-11 Thread Francois PIETTE
With reconfiguring (turning off HTML translation) via our program GUI, I have been able to get 3X speed up to 1500 keep-alive requests/sec (when cache is off and this is a web proxy server). So it's getting better but it uses less than 20% CPU overall (only 1 of 4 cores is utilized) and our IC

Re: [twsocket] Concurrency of multiple THttpCli instances

2010-11-11 Thread A Drent
Ok. T.a.v. het betalen op rekening, kun je t.a.v. het 'ontwerp' hier nu verder mee? vr.gr. Albert - Original Message - From: "Arno Garrels" To: "ICS support mailing" Sent: Thursday, November 11, 2010 11:16 AM Subject: Re: [twsocket] Concurrency of multiple THttpCli instances Fa

Re: [twsocket] Concurrency of multiple THttpCli instances

2010-11-11 Thread Arno Garrels
Fastream Technologies wrote: > On Thu, Nov 11, 2010 at 12:16 PM, Arno Garrels > wrote: > >> Fastream Technologies wrote: >> >>> So >>> it's getting better but it uses less than 20% CPU overall (only 1 of >>> 4 cores is utilized) and our ICS-based process uses only 10% in task >>> manager! What

Re: [twsocket] Concurrency of multiple THttpCli instances

2010-11-11 Thread Fastream Technologies
On Thu, Nov 11, 2010 at 12:16 PM, Arno Garrels wrote: > Fastream Technologies wrote: > > > So > > it's getting better but it uses less than 20% CPU overall (only 1 of > > 4 cores is utilized) and our ICS-based process uses only 10% in task > > manager! What may be preventing it to use 100%? > > L

Re: [twsocket] Concurrency of multiple THttpCli instances

2010-11-11 Thread Arno Garrels
Fastream Technologies wrote: > So > it's getting better but it uses less than 20% CPU overall (only 1 of > 4 cores is utilized) and our ICS-based process uses only 10% in task > manager! What may be preventing it to use 100%? Looks like your instances are running all in the same thread context,

Re: [twsocket] Concurrency of multiple THttpCli instances

2010-11-11 Thread Fastream Technologies
Hello Arno, On Thu, Nov 11, 2010 at 11:33 AM, Arno Garrels wrote: > Fastream Technologies wrote: > > I suspect it could be a critical section issue since we use > > multi-threads and multi-clients/thread. > > Please be more specific, what critical section are you talking > about? The critical se

Re: [twsocket] Concurrency of multiple THttpCli instances

2010-11-11 Thread Arno Garrels
Fastream Technologies wrote: > I suspect it could be a critical section issue since we use > multi-threads and multi-clients/thread. Please be more specific, what critical section are you talking about? The critical sections in OverbyteIcsWndControl.pas are required. >> I wonder if there is limit

Re: [twsocket] HttpServer - PostMessage in a service/Cmd apps.

2010-11-11 Thread Arno Garrels
Arne Fl. Jensen wrote: > And both fail, with the same error in clientConnect and > clientDisConnect, and postmessage. > > In your examples, there is no postMessage or postthreadMessage. > Are there any examples of this, in a formless app.? Now there is one: {code} program Project1; { This demo