away there. It's a TPF-specific piece that will likely go into a TPF
MPM.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84199
13f79535-47bb-0310-9956-
ffa450edef68
/* initialize the free_list */
free_length = 0;
- ap_check_signals();
-
for (i = 0; i < num_daemons; ++i) {
if (child_table[i].status == SERVER_DEAD) {
if (free_length < spawn_rate) {
/* initialize the free_list */
free_length = 0;
- ap_check_signals();
-
for (i = 0; i < ap_daemons_limit; ++i) {
if (child_table[i].status == SERVER_DEAD) {
if (free_length < spawn_rate) {
last_non_dead = -1;
total_non_dead = 0;
- ap_check_signals();
-
ap_sync_scoreboard_image();
for (i = 0; i < ap_daemons_limit; ++i) {
/* Initialization to satisfy the compiler. It doesn't know
#define chdir_for_gprof()
#endif
+/* XXX - I don't know if TPF will ever use this module or not, so leave
+ * the ap_check_signals calls in but disable them - manoj */
+#define ap_check_signals()
+
/* a clean exit from a child with proper cleanup */
static void clean_child_exit(int code) __attribute__ ((noreturn));
static void clean_child_exit(int code)
if (child_num < 0)
return -1;
- ap_check_signals();
-
ss = &ap_scoreboard_image->servers[child_num];
old_status = ss->status;
ss->status = status;