You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ka...@apache.org on 2004/07/21 16:33:24 UTC

cvs commit: httpd-2.0/docs/manual/mod mpm_winnt.xml.ja

kawai       2004/07/21 07:33:24

  Modified:    docs/manual/mod mpm_winnt.xml.ja
  Log:
  update translation.
  
  Revision  Changes    Path
  1.12      +28 -1     httpd-2.0/docs/manual/mod/mpm_winnt.xml.ja
  
  Index: mpm_winnt.xml.ja
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_winnt.xml.ja,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- mpm_winnt.xml.ja	17 Apr 2004 11:09:26 -0000	1.11
  +++ mpm_winnt.xml.ja	21 Jul 2004 14:33:24 -0000	1.12
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="iso-2022-jp"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
  -<!-- English Revision: 1.7 (outdated: 1.14) -->
  +<!-- English Revision: 1.14 -->
   
   <!--
    Copyright 2002-2004 The Apache Software Foundation
  @@ -20,6 +20,7 @@
   -->
   
   <modulesynopsis metafile="mpm_winnt.xml.meta">
  +
   <name>mpm_winnt</name>
   <description>Windows NT
   $B8~$1$K:GE,2=$5$l$?%^%k%A%W%m%;%C%7%s%0%b%8%e!<%k(B</description>
  @@ -54,6 +55,32 @@
   <directivesynopsis location="mpm_common"><name>ThreadLimit</name>
   </directivesynopsis>
   <directivesynopsis location="mpm_common"><name>ThreadsPerChild</name>
  +</directivesynopsis>
  +<directivesynopsis location="mpm_common"><name>ThreadStackSize</name>
  +</directivesynopsis>
  +
  +<directivesynopsis>
  +<name>Win32DisableAcceptEx</name>
  +<description>$B%M%C%H%o!<%/@\B3$N<u$1IU$1$K(B accept() $B$r(BAcceptEx $B$NBe$o$j$K;H$&(B</description>
  +<syntax>Win32DisableAcceptEx</syntax>
  +<default>AcceptEx() $B$O%G%U%)%k%H$GM-8z$K$J$C$F$$$^$9!#(BAcceptEx() $B$rL58z$K$9$k(B
  +$B$?$a$K$3$N%G%#%l%/%F%#%V$r;H$$$^$9!#(B</default>
  +<contextlist><context>server config</context></contextlist>
  +<compatibility>2.0.49 $B%P!<%8%g%s0J9_$G;HMQ2DG=(B</compatibility>
  +
  +<usage>
  +    <p>AcceptEx() $B$O(B Microsoft WinSock v2 API $B$G!">l9g$K$h$C$F$O(B
  +    BSD $B7A<0$N(B <code>accept()</code> API $B$h$j$b$h$$@-G=$rH/4x$7$^$9!#(B
  +    $B$h$/;H$o$l$F$$$k(B Windows $B@=IJ$NCf$G!"FC$K%&%#%k%9%9%-%c%J$d(B VPN $B%Q%C%1!<%8(B
  +    $B$NCf$K$O!"%P%0$,860x$G(B <code>AcceptEx()</code> $B$NE,@Z$JF0:n$rK8$2$k$b$N$,$"$j$^$9!#(B
  +    $B0J2<$N$h$&$J%(%i!<$KAx6x$7$?>l9g$O!"$3$N%G%#%l%/%F%#%V$r;HMQ$7$F(B
  +    <code>AcceptEx()</code> $B$r;HMQ$7$J$$$h$&$K$7$F$/$@$5$$!#(B</p>
  +
  +    <example>
  +        [error] (730038)An operation was attempted on something that is
  +        not a socket.: winnt_accept: AcceptEx failed. Attempting to recover.
  +    </example>
  +</usage>
   </directivesynopsis>
   
   </modulesynopsis>