manoj 99/04/19 18:43:05
Modified: pthreads/src/main http_main.c
Log:
Fix comment wrapping.
Revision Changes Path
1.76 +5 -5 apache-apr/pthreads/src/main/http_main.c
Index: http_main.c
===================================================================
RCS file: /home/cvs/apache-apr/pthreads/src/main/http_main.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -u -r1.75 -r1.76
--- http_main.c 1999/04/20 01:31:03 1.75
+++ http_main.c 1999/04/20 01:43:04 1.76
@@ -2151,11 +2151,11 @@
*/
if (status <= SERVER_READY) {
++ idle_thread_count;
- /* always kill the highest numbered child if we have to...
- * no really well thought out reason ... other than observing
- * the server behaviour under linux where lower numbered
children
- * tend to service more hits (and hence are more likely to have
- * their data in cpu caches).
+ /* always kill the highest numbered child if we have to...
+ * no really well thought out reason ... other than observing
+ * the server behaviour under linux where lower numbered
+ * children tend to service more hits (and hence are more
+ * likely to have their data in cpu caches).
*/
}
}