Hi,
> > For example, one of my "power users" that was helping to evaluate
> > modules complained that startup time was too slow. He does a lot of
> > parallel work, and the time needed to start an rsh, including all of
> > the modules he uses, was obnoxious. A way to cache your environment
> > would definitely help to address this problem.
Perhaps You should change the makefile for generating optimized and
stripped binaries?
CFLAGS = -O3 instead of -g -O
and
INSTALL_PROGRAM = $(INSTALL) -s -m 0555
^^ for stripping
reduced the sice of modulecmd by more than 1/2 (Sparc, gcc 2.7.0)
Perhaps this helps, when modulecmd is loaded over a network?
dpi
|