Why did statistics change?

Mark Friedman writes:
 > How come getServerLoad(),  getFreeThreadCount(),  getIdleThreadCount() ,
 > getTotalThreadCount() in HttpdStatistics all got changed to return -1 in
 > Alpha5? I see that there is some commented out code to do the "right"
 > thing.

This happened when more genericity was introduce in the httpd/client
interface. The main httpd class now uses properties to determine which
kind of client pool it should use. The statistics part of the former
interface has not been retrofitted yet into the "new" generic API
(ie you may have a very crude client pool that has no notions of idle,
free threads, etc).

Anselm.

Received on Monday, 30 June 1997 03:10:36 UTC