You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ben Laurie <be...@algroup.co.uk> on 1998/09/22 19:29:23 UTC

Re: cvs commit: apache-2.0/apache-nspr/modules/standard mod_status.c

dgaudet@hyperreal.org wrote:
>   +    /* XXX: need process time support under NSPR */

I presume you really mean thread time? Can this be done at all
(portably)?

Cheers,

Ben.

-- 
Ben Laurie            |Phone: +44 (181) 735 0686| Apache Group member
Freelance Consultant  |Fax:   +44 (181) 735 0689|http://www.apache.org/
and Technical Director|Email: ben@algroup.co.uk |
A.L. Digital Ltd,     |Apache-SSL author     http://www.apache-ssl.org/
London, England.      |"Apache: TDG" http://www.ora.com/catalog/apache/

WE'RE RECRUITING! http://www.aldigital.co.uk/

Re: cvs commit: apache-2.0/apache-nspr/modules/standard mod_status.c

Posted by Dean Gaudet <dg...@arctic.org>.
On Tue, 22 Sep 1998, Ben Laurie wrote:

> dgaudet@hyperreal.org wrote:
> >   +    /* XXX: need process time support under NSPR */
> 
> I presume you really mean thread time? Can this be done at all
> (portably)?

Yeah I guess that's what I mean.  I'm not totally sure ;)  the status
module isn't portable imnsho... it needs to know which of possibly many
multiprocessing methods is in use.  Like it needs to know if there's a
bunch of forked processes each with multiple threads, or if there's only
one process, ... yadda

Dean