1 Running the Web Server
2 Scheme Servlets
3 Web Language Servlets
4 Configuration
5 Dispatchers
6 Web Config Unit
7 Web Server Unit
8 Continuation Managers
9 Internal
10 Troubleshooting
11 Acknowledgements
Index
On this page:
make-gc-thread
make
Version: 4.0.2

 

5.14 Statistics

 (require web-server/dispatchers/dispatch-stat)

The web-server/dispatchers/dispatch-stat module provides services related to performance statistics.

(make-gc-thread time)  thread?

  time : integer?

Starts a thread that calls (collect-garbage) every time seconds.

(make)  dispatcher?

Returns a dispatcher that prints memory usage on every request.