2 This is a part of the Active Template Library.
\r
3 Copyright (C) Microsoft Corporation
\r
6 This source code is only intended as a supplement to the
\r
7 Active Template Library Reference and related
\r
8 electronic documentation provided with the library.
\r
9 See these sources for detailed information regarding the
\r
10 Active Template Library product.
\r
13 <body bgcolor="{{GetBodyColor}}">
\r
15 ATL Server Thread Pool Management
\r
17 This server's thread pool is currently using {{GetSize}} threads.<p>
\r
18 <form method="post">
\r
19 <input type="hidden" name="Handler" value="ThreadMgrSrf"> <input type="hidden" name="Method" value="ExecuteCommand">
\r
20 <input type="hidden" name="command" value="0"> Enter a new thread pool size: <input type="text" name="DynValue">
\r
21 <input type="submit" value="Change Thread Pool">
\r