Complete.Org: Mailing Lists: Archives: gopher: March 2004:
[gopher] Re: Gopherd or pygopherd?
Home

[gopher] Re: Gopherd or pygopherd?

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: gopher@xxxxxxxxxxxx
Subject: [gopher] Re: Gopherd or pygopherd?
From: John Goerzen <jgoerzen@xxxxxxxxxxxx>
Date: Sat, 13 Mar 2004 22:15:10 -0600
Reply-to: gopher@xxxxxxxxxxxx

On Sat, Mar 13, 2004 at 09:16:39PM -0600, John Goerzen wrote:
> I don't think PyGopherd is a resource hog.  It will read all your UMN

I should add some info.  On the quux.org server, the pygopherd process
consumes 3.5MB of RAM.  148K of that is shared (meaning it is not
actually extra RAM that is used).  On that server, which does dip into
swap, all but 150K of the remainder tends to remain paged out.

This is with most all of the modules loaded and Python optimizations
turned off.  If you were judicious about the loaded modules, and used
Python optimizations, your results will probably be even better.

Should be no problem on a 32MB box.

PyGopherd can work with either forking or threading.  You may want to
experiment to see which method is kinder to your resources.

-- John


[Prev in Thread] Current Thread [Next in Thread]