
fwiles at apache
Jan 19, 2007, 3:07 PM
Post #1 of 1
(1490 views)
Permalink
|
|
svn commit: r497998 - /perl/modperl/docs/trunk/src/docs/2.0/user/performance/mpm.pod
|
|
Author: fwiles Date: Fri Jan 19 15:07:03 2007 New Revision: 497998 URL: http://svn.apache.org/viewvc?view=rev&rev=497998 Log: Fixed a couple of typos. Modified: perl/modperl/docs/trunk/src/docs/2.0/user/performance/mpm.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/user/performance/mpm.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/performance/mpm.pod?view=diff&rev=497998&r1=497997&r2=497998 ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/user/performance/mpm.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/user/performance/mpm.pod Fri Jan 19 15:07:03 2007 @@ -41,7 +41,7 @@ The new thing is that the core API has been spread across multiply modules, which can be loaded only when needed (this of course works -only when mod_perl is builts as DSO). This allows to save some +only when mod_perl is built as DSO). This allows us to save some memory. However the savings are not big, since all these modules are writen in C, making them into the text segments of the memory, which is perfectly shared. The savings are more significant at the startup --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|