blob: f3ec6cf9c4c5dfc44eee92fc0f4d363349fd0d8d [file] [log] [blame]
paul864c3642005-04-22 00:50:08 +000012004-05-22 Paul Jakma <paul@dishone.st>
2
3 * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
paul1d2c8932005-04-22 00:54:44 +00004 background thread to avoid responsiveness problems.
5 * Makefile.am: Build heavythread
paul864c3642005-04-22 00:50:08 +00006
paulcb0663c2005-04-21 17:23:48 +000072004-05-21 Paul Jakma <paul@dishone.st>
8
9 * heavy.c: Add a timer thread to demonstrate thread interactivity,
10 Add a daemon_exit command to assist with debugging (eg for memory
11 tracers, etc..)
12
paul43313d02005-04-19 21:28:36 +0000132004-05-19 Paul Jakma <paul@dishone.st>
14
15 * heavy.c: test programme to show how long-running functions
16 kill responsiveness. Demonstrating the most niggly problem
17 left in bgpd.
18
paul662a1f22005-04-13 03:32:23 +0000192004-05-13 Paul Jakma <paul@dishone.st>
20
21 * test-buffer.c: Andrew's buffer tester
22 * test-memory.c: basic memory tester
23 * Makefile.am: Add new tests