mhonarc-users

Re: MHonArc Performance Tips Document

2005-07-13 13:44:41
Hi,
first thanks for this great document!

I have some question about performance. I read the document:
http://www.mhonarc.org/release/MHonArc/snapshot/doc/guides/performance.html#pagelayout

My question are the following:
FASTTEMPFILES:
To activate this option in mharc, can I simply add in config.sh the line:
# Uses fast temp files                                                          
                                                                 
M2H_FASTTEMPFILES=1

Then I do "make config" and all is fine?

Why does he create temporary files? Why will not be the file simply in the 
memory in a string buffer of Perl?
It's only temporary because, if every time a file is created by the system 
calls open, write, close, open, read, close, unlink,
it would be simpler to put the temporary file directly in the memory space in 
the perl program? Or is the temporary file readden
by another program?

For the QUIET option:
How can I activate the quiet option in mharc? I don't find a line in the 
"config.sh" file to specify an extra command line?

I wouldn't like to modifiy directly the perl script sources. :-)

Thanks always Earl for this great document you have written, it's very helpful 
for my site.

-- 
Best regards,
saf
Administrator at http://www.archivum.info/
GnuPG public key: gpg --keyserver www.keyserver.net --recv-key 94B2664F

Attachment: signature.asc
Description: Digital signature

<Prev in Thread] Current Thread [Next in Thread>