Re: slowness on 6.0 with apache2.2 (from src)

2006-01-21 Thread Reko Turja

From: "J.D. Bronson" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, January 21, 2006 2:56 PM
Subject: slowness on 6.0 with apache2.2 (from src)

What I am seeing is that each image comes down 1 by 1 SLOWLY and 
apache2.2 spawns tons of child processes!


Under OpenBSD/Solaris, I see a completely different thing...the image 
comes up instantly and apache only spawned 1 extra child.


I used the SAME config files on all 3 OSs and the same 
hardware/drives/etc. This by the way is all over my internal LAN...so 
it never hits the internet.


With all the variables being equal - but the OS.


Hardware arch?

Since things work excellent on OpenBSD/Solaris, what is it that 
freebsd is not doing (or doing differently)?


Any thoughts on this?


Had some problems myself on Ultra10 before dumping libc_r completely and 
changing to other threading libraries.



-Reko 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


slowness on 6.0 with apache2.2 (from src)

2006-01-21 Thread J.D. Bronson

I installed 6.0 and cvsup'd to the security fixes and rebuilt world.
All went well.

Then i installed apache2.2 from src (not ports) with a basic:

./configure --enable-so --enable-ssl

It installed and runs.

However, here is my issue:

My main web page has 1 image per se. However, it is comprised of 32 
little images...


What I am seeing is that each image comes down 1 by 1 SLOWLY and 
apache2.2 spawns tons of child processes!


Under OpenBSD/Solaris, I see a completely different thing...the image 
comes up instantly and apache only spawned 1 extra child.


I used the SAME config files on all 3 OSs and the same 
hardware/drives/etc. This by the way is all over my internal LAN...so 
it never hits the internet.


With all the variables being equal - but the OS.

Since things work excellent on OpenBSD/Solaris, what is it that 
freebsd is not doing (or doing differently)?


Any thoughts on this?

-JD

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"