Good morning. In looking at the new shm, note the following: 1. SHM no longer works on NetWare with either file option. ... will have to look into that.
2. Is it possible to have a 'slots' 'auto' option that gets the value from either the platform or the build rather than a hard coded 256? 3. Can the shm 'memory' option be changed to 'memoryType' so that it more self-explanatory. [memory=0 isn't.] 4. The fourth line added should read "...memory. If set to 'anonymous' use the anonymous shared memory". 5. The second last line added should read "Use the process memory..." I think. 6. Can the size, file, slots and memory[Type] properties be added to a shm getAttribute method? Thanks for any feedback, Norm ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 13, 2004 6:33 AM Subject: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]