mturk       2004/03/12 11:33:24

  Modified:    jk/xdocs/jk2 configwebcom.xml
  Log:
  Some docs about new shm directives.
  
  Revision  Changes    Path
  1.15      +21 -11    jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- configwebcom.xml  10 Mar 2004 09:36:39 -0000      1.14
  +++ configwebcom.xml  12 Mar 2004 19:33:24 -0000      1.15
  @@ -156,16 +156,26 @@
                           <th>Default</th>
                           <th>Description</th>
                       </tr>
  -                    <tr>
  -                        <td>file</td>
  -                        <td>No default value</td>
  -                        <td>Name of the file that will be mmapped to use as shared 
memory.</td>
  -                    </tr>
  -                    <tr>
  -                        <td>size</td>
  -                        <td>No default value</td>
  -                        <td>Size of the file.</td>
  -                    </tr>
  +                    <tr>

  +                        <td>file</td>

  +                        <td>No default value</td>

  +                        <td>Name of the file that will be mmapped to use as shared 
memory, if set to 'anonymous' use the anonymous shered memory</td>

  +                    </tr>

  +                    <tr>

  +                        <td>size</td>

  +                        <td>No default value</td>

  +                        <td>Deprecated. Size of the file.</td>

  +                    </tr>

  +                    <tr>

  +                        <td>slots</td>

  +                        <td>256</td>

  +                        <td>Number of shared memory slots. Set to the number of 
child processes</td>

  +                    </tr>

  +                    <tr>

  +                        <td>memory</td>

  +                        <td>0</td>

  +                        <td>Use the precess memory instead of shared memory. Useful 
for single child mpm's</td>

  +                    </tr>

                   </table>
               </p>
           </section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to