racket/collects/web-server/bench/NOTES
Jay McCarthy 31999c4898 Removing connection mutex
svn: r6656
2007-06-14 02:40:28 +00:00

16 lines
423 B
Plaintext

* data/1181788603.ss
Removing all references to semaphores doesn't change much.
* data/1181787772.ss
Removing the semaphores on connections---no longer needed---
seems to improve the average case. 12ms were cut off. The
memory usage seems strange.
* data/1181686382.ss
The memory-usage data implies that there is a leak
either in MzScheme, or in the server and the server-custodian
is not being used correctly.