cvs commit: apache-apr/pthreads/src/modules/standard mod_status.c

1999-04-26 Thread manoj
manoj 99/04/26 15:46:54 Modified:pthreads/src/modules/standard mod_status.c Log: pthread_t is not necessarily an integer, yet it was treated as one in mod_status. For now, just use the index of the thread in the scoreboard instead. Revision ChangesPath 1.11 +4

cvs commit: apache-apr/pthreads/src/modules/standard mod_status.c

1999-04-26 Thread manoj
manoj 99/04/26 15:36:36 Modified:pthreads/src/modules/standard mod_status.c Log: Blah, another mod_status bug I missed. Revision ChangesPath 1.10 +1 -1 apache-apr/pthreads/src/modules/standard/mod_status.c Index: mod_status.c ===

cvs commit: apache-apr/pthreads/src/modules/standard mod_status.c

1999-04-26 Thread manoj
manoj 99/04/26 15:31:10 Modified:pthreads/src/modules/standard mod_status.c Log: Fix the display when ExtendedStatus is off to show thread and process IDs. Revision ChangesPath 1.9 +2 -2 apache-apr/pthreads/src/modules/standard/mod_status.c Index: mod_st

cvs commit: apache-apr/pthreads/src/modules/standard mod_status.c

1999-04-01 Thread manoj
manoj 99/03/31 22:24:49 Modified:pthreads/src/modules/standard mod_status.c Log: Some tweaks to mod_status. It now correctly reports the number of connections being processed, and notes that they are connections instead of requests. Revision ChangesPath 1.8 +3

cvs commit: apache-apr/pthreads/src/modules/standard mod_status.c

1999-03-23 Thread rbb
rbb 99/03/23 14:03:23 Modified:pthreads/src/modules/standard mod_status.c Log: Just a cosmetic change. Now, we print the scoreboard info across multiple lines instead of all on one line. Revision ChangesPath 1.7 +2 -1 apache-apr/pthreads/src/modules/stan

cvs commit: apache-apr/pthreads/src/modules/standard mod_status.c

1999-02-16 Thread manoj
manoj 99/02/15 23:41:10 Modified:pthreads/src/modules/standard mod_status.c Log: Add some description of new scoreboard modes of operation. Revision ChangesPath 1.6 +2 -0 apache-apr/pthreads/src/modules/standard/mod_status.c Index: mod_status.c ===

cvs commit: apache-apr/pthreads/src/modules/standard mod_status.c

1999-02-15 Thread rbb
rbb 99/02/15 12:40:30 Modified:pthreads/src/modules/standard mod_status.c Log: Changes to mod_status so that the two new states for threads are recognized and reported properly. Revision ChangesPath 1.5 +12 -0 apache-apr/pthreads/src/modules/standard/mod_s

cvs commit: apache-apr/pthreads/src/modules/standard mod_status.c

1999-02-15 Thread manoj
manoj 99/02/14 23:43:58 Modified:pthreads/src/modules/standard mod_status.c Log: Started fixing up mod_status to deal with threads. All this does is add an extra nested loop for the different threads in each process. There is probably a better way to do this, but it works, and

cvs commit: apache-apr/pthreads/src/modules/standard mod_status.c

1999-02-10 Thread rbb
rbb 99/02/10 13:06:55 Modified:pthreads/src/include http_conf_globals.h pthreads/src/main http_config.c http_core.c http_main.c pthreads/src/modules/standard mod_status.c Log: Misc fixes. Among these fixes are code to remove a warning from pthread_a