APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2002/01/30 06:33:18 $]
+Last modified at [$Date: 2002/01/30 12:32:06 $]
Release:
* Document mod_file_cache.
- * OS/2: Make mod_status work for spmt_os2 MPM.
-
* Platforms that do not support fork (primarily Win32 and AS/400)
Architect start-up code that avoids initializing all the modules
in the parent process on platforms that do not support fork.
ap_listeners = new;
}
-#if !defined(SPMT_OS2_MPM)
-static
-#endif
-int ap_listen_open(process_rec *process, apr_port_t port)
+static int ap_listen_open(process_rec *process, apr_port_t port)
{
apr_pool_t *pconf = process->pconf;
ap_listen_rec *lr;
perchild ...... Multi Process Model with Threading.
Constant number of processes, variable number of threads
each child process can have a different uid/gid.
- spmt_os2 ...... Single Process Model with Threading on OS/2
mpmt_os2 ...... Multi Process Model with Threading on OS/2
Constant number of processes, variable number of threads.
One acceptor thread per process, multiple workers threads.
#define AP_MPM_WANT_SET_MAX_REQUESTS
#define AP_MPM_DISABLE_NAGLE_ACCEPTED_SOCK
-#endif /* APACHE_MPM_SPMT_OS2_H */
+#endif /* APACHE_MPM_MPMT_OS2_H */