On Wed, 2003-01-22 at 07:42, Howard Kim wrote:
>    Hello Cees,
> 
>    I know keepalive is on.  How would I know if the server is in 'single 
> process mode'?  Where do I look for that -X switch?  I'm working with 
> one of our sysadmins for the server-side stuff.  I'm really just a 
> programmer that plays a sysadmin on TV.


:-) 

If you are on a bsd style unix box try:

  * ps auxww | grep httpd

If you are on a systemV type unix box try:

  * ps -ef | grep httpd

You will be able to see what process are running, how many of them, and
with what arguments... 

('ps auxwwe' might be even more useful as that gives you the environment
as well)


> 
>    Thanks,
>    Howard
> 
> On Tuesday, January 21, 2003, at 12:28  PM, Cees Hek wrote:
> 
> > Sometime on Jan 21, Howard Kim assembled some asciibets to say:
> >
> >>    Thanks to everyone for the help and advice.  I have determined that
> >> it is the server and not CGI::Template that is being slow.  Now I just
> >
> > Is it possible that you are running your development server in single 
> > process
> > mode (with the -X switch for apache) and you have keepalive support 
> > on?  In this
> > case your browser might be trying to open up multiple connections to 
> > the server
> > and the requests are getting queued up.  Your browser should be 
> > reusing the same
> > connection that was used to get the HTML file, but it is possible that 
> > css or
> > javascript files are downloaded using new connections.
> >
> > Cees
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Scholarships for Techies!
> > Can't afford IT training? All 2003 ictp students receive scholarships.
> > Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
> > www.ictp.com/training/sourceforge.asp
> > _______________________________________________
> > Html-template-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/html-template-users
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Scholarships for Techies!
> Can't afford IT training? All 2003 ictp students receive scholarships.
> Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
> www.ictp.com/training/sourceforge.asp
> _______________________________________________
> Html-template-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/html-template-users




-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to