More hacks for hacking fork() to work with threaded systems.
authoraland <aland>
Thu, 23 Jan 2003 19:15:18 +0000 (19:15 +0000)
committeraland <aland>
Thu, 23 Jan 2003 19:15:18 +0000 (19:15 +0000)
commitd4e8b45164fec851a70a1889242ead3af0d04d8c
treec0aae700a15b1ada08668cec757e1edbd710031b
parent5d8c3abaf720df8e0a402ed3f1bdd799ed2a67e5
More hacks for hacking fork() to work with threaded systems.

Change the book-keeping to be O(1), instead of O(n), in the
number of exec'd programs.  This makes the server behave better
under load.
src/main/threads.c