You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1997/05/13 06:54:43 UTC

Re: MPE expert?

Just so you know you are not being ignored... :)

Looks bogus to me Garey, but I'm not the MPE expert.


> On Mon, 12 May 1997 16:17:23 -0700 (PDT), Mark Bixby wrote:
> 
> >Garey Smiley writes:
> >> 
> >> Who is the MPE expert?
> >
> >As far as Apache is concerned, I guess that would be me.  ;-)
> 
> I have traced the SIGTERM problem under OS/2 to the following lines in the detach() function in http_main.c
> 
> #if defined(__EMX__) || defined(MPE)
>     /* OS/2 and MPE don't support process group IDs */
>     pgrp=-getpid();
> #else
> 
> Does MPE really need the negative of getpid()? I just wanted to check before I submit a patch. To fix things under OS/2 I just remove the negative sign.
> 
> 
> Garey Smiley
> SoftLink Services
> garey@slink.com
> http://www.slink.com/
> (330)848-1312 FAX/Data(330)699-4474
> 




Re: MPE expert?

Posted by Dean Gaudet <dg...@arctic.org>.
On Mon, 12 May 1997, Randy Terbush wrote:
> Just so you know you are not being ignored... :)

Are you talking to yourself?

Dean