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...@covalent.net> on 1999/05/01 00:01:08 UTC

FW: Apache Port to AIX 4.1

Maybe someone from IBM should contact him. :-)

-----Original Message-----
From: rubas@us.ibm.com [mailto:rubas@us.ibm.com]
Sent: Friday, April 30, 1999 4:51 PM
To: apache@apache.org
Subject: Apache Port to AIX 4.1


I currently have Apache Proxy running on NT. In that implementation
I have a global table that each request/response thread can access.

I now need to port this implementation to AIX 4.1.
The problem that I see is that in the AIX version, processes are
forked
to handle the request/response. This then presents a problem since
the global table previously accessable on NT needs to be changed to
use shared memory.

Can you confirm my observations?

Thanks,
Jim Rubas