[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[gopher] Re: Gopherd or pygopherd?



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


Reply to: