Re: [twsocket] Performance on the latest ICS V6

2007-02-25 Thread Bjørnar Nielsen
I have not testet the performance on many connections. The test I did now
was a single download using Internet Explorer as client. The machine I used
(for server) is an old Pentium 3. It was not a big difference. I don't
remember the filesize, but download takes about 40 seconds. V5 used about
3-4 seconds less on the download than V6.

I did not set NO_DEBUG_LOG, this could have somthing to do with it.

I will test perfomance on many connections tomorrow.

Regards Bjørnar

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels
 Sent: 23. februar 2007 18:45
 To: ICS support mailing
 Subject: Re: [twsocket] Performance on the latest ICS V6
 
 Same test in the LAN, same result. Sometimes V6 was a little bit 
 faster, sometimes V5. Overall it looks like V6 was a little bit faster 
 though. But that's just my personal feeling
 ;-) I used the original Webserv demos from ICS distributions.
 
 ---
 Arno Garrels [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 
 
 
 Arno Garrels wrote:
  Bjørnar Nielsen wrote:
  I'm using the latest ICS V6 and testing the THttpSrv-component.
  
  I'm doing the test on an old machine to see performance. It seems 
  that the
  V6 is slower than V5. By that I mean that I get a faster transfer- 
  rate from the server to a client (the same client on both
 test) with
  the V5 than with the V6.
  
  I compared both versions on a modern PC downloading a 150
 MB file with
  the same IE, client as well as servers on localhost.
  I couldn't measure any difference, how do you test?
  
  ---
  Arno Garrels [TeamICS]
  http://www.overbyte.be/eng/overbyte/teamics.html
 --
 To unsubscribe or change your settings for TWSocket mailing list 
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be
 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Performance on the latest ICS V6

2007-02-25 Thread Arno Garrels
Bjørnar Nielsen wrote:
 I have not testet the performance on many connections. The test I did
 now 
 was a single download using Internet Explorer as client. The machine
 I used 
 (for server) is an old Pentium 3. It was not a big difference. I don't
 remember the filesize, but download takes about 40 seconds. V5 used
 about 
 3-4 seconds less on the download than V6.

For a roughly comparison it's important to repeat this test several
times. 

 
 I did not set NO_DEBUG_LOG, this could have somthing to do with it.

Ithink that won't speedup things notably _if actually nothing is logged. 

---
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html



 
 I will test perfomance on many connections tomorrow.
 
 Regards Bjørnar
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels
 Sent: 23. februar 2007 18:45
 To: ICS support mailing
 Subject: Re: [twsocket] Performance on the latest ICS V6
 
 Same test in the LAN, same result. Sometimes V6 was a little bit
 faster, sometimes V5. Overall it looks like V6 was a little bit
 faster though. But that's just my personal feeling
 ;-) I used the original Webserv demos from ICS distributions.
 
 ---
 Arno Garrels [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 
 
 
 Arno Garrels wrote:
 Bjørnar Nielsen wrote:
 I'm using the latest ICS V6 and testing the THttpSrv-component.
 
 I'm doing the test on an old machine to see performance. It seems
 that the
 V6 is slower than V5. By that I mean that I get a faster transfer-
 rate from the server to a client (the same client on both test)
 with the V5 than with the V6.
 
 I compared both versions on a modern PC downloading a 150 MB file
 with the same IE, client as well as servers on localhost.
 I couldn't measure any difference, how do you test?
 
 ---
 Arno Garrels [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Performance on the latest ICS V6

2007-02-23 Thread Bjørnar Nielsen

I'm using the latest ICS V6 and testing the THttpSrv-component.

I'm doing the test on an old machine to see performance. It seems that the
V6 is slower than V5. By that I mean that I get a faster transfer-rate from
the server to a client (the same client on both test) with the V5 than with
the V6.

Is this expected? Or is there something I must do to enhance perfomance in
V6? I use the setting for no advanced multithreading in both cases.

Regards Bjørnar

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Performance on the latest ICS V6

2007-02-23 Thread Fastream Technologies
Hello Bjornar,

We use multi-threaded v6 with NOFORMS;USE_SSL;NO_DEBUG_LOG;SECURITY_WIN32 in 
defines and it shows ~15% faster performance. Then we do 
THttpConnection-descendent object and thread pooling and get 3500 
connections/sec on Core 2 Duo 2.4GHz 2GB DDR2. Apache makes a mere 2600 
connections/sec!

Best Regards,

SubZero
www.fastream.com

- Original Message - 
From: Bjørnar Nielsen [EMAIL PROTECTED]
To: 'ICS support mailing' twsocket@elists.org
Sent: Friday, February 23, 2007 5:32 PM
Subject: [twsocket] Performance on the latest ICS V6



I'm using the latest ICS V6 and testing the THttpSrv-component.

I'm doing the test on an old machine to see performance. It seems that the
V6 is slower than V5. By that I mean that I get a faster transfer-rate from
the server to a client (the same client on both test) with the V5 than with
the V6.

Is this expected? Or is there something I must do to enhance perfomance in
V6? I use the setting for no advanced multithreading in both cases.

Regards Bjørnar

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Performance on the latest ICS V6

2007-02-23 Thread Arno Garrels
Bjørnar Nielsen wrote:
 I'm using the latest ICS V6 and testing the THttpSrv-component.
 
 I'm doing the test on an old machine to see performance. It seems
 that the 
 V6 is slower than V5. By that I mean that I get a faster transfer-
 rate from 
 the server to a client (the same client on both test) with the V5
 than with 
 the V6.

I compared both versions on a modern PC downloading a 150 MB file
with the same IE, client as well as servers on localhost.
I couldn't measure any difference, how do you test? 

---
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html




-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Performance on the latest ICS V6

2007-02-23 Thread Francois PIETTE
Performance of V6 should not be noticabely different than V5.
Some operations are faster (Less hidden window creation), other are a little 
bit slower (dynamic message dispatching). If you have a very fast network 
and a slow processor, the difference may become significant.

If you have a profiler software, you may find where the CPU cycles are 
consumed.

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
The author for the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be



- Original Message - 
From: Bjørnar Nielsen [EMAIL PROTECTED]
To: 'ICS support mailing' twsocket@elists.org
Sent: Friday, February 23, 2007 4:32 PM
Subject: [twsocket] Performance on the latest ICS V6



 I'm using the latest ICS V6 and testing the THttpSrv-component.

 I'm doing the test on an old machine to see performance. It seems that the
 V6 is slower than V5. By that I mean that I get a faster transfer-rate 
 from
 the server to a client (the same client on both test) with the V5 than 
 with
 the V6.

 Is this expected? Or is there something I must do to enhance perfomance in
 V6? I use the setting for no advanced multithreading in both cases.

 Regards Bjørnar

 -- 
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://www.elists.org/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be
 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Performance on the latest ICS V6

2007-02-23 Thread Arno Garrels
Same test in the LAN, same result. Sometimes V6
was a little bit faster, sometimes V5. Overall it looks
like V6 was a little bit faster though. But that's just
my personal feeling ;-) I used the original Webserv demos
from ICS distributions.

---
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html



Arno Garrels wrote:
 Bjørnar Nielsen wrote:
 I'm using the latest ICS V6 and testing the THttpSrv-component.
 
 I'm doing the test on an old machine to see performance. It seems
 that the
 V6 is slower than V5. By that I mean that I get a faster transfer-
 rate from
 the server to a client (the same client on both test) with the V5
 than with
 the V6.
 
 I compared both versions on a modern PC downloading a 150 MB file
 with the same IE, client as well as servers on localhost.
 I couldn't measure any difference, how do you test?
 
 ---
 Arno Garrels [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be