cgi-bin
Jeff Sturm
jsturm@one-point.com
Sun Sep 14 16:56:00 GMT 2003
On 2003年9月14日, Erik Poupaert wrote:
> I'm trying to work now on an example application in gcj that works according to the
> "cgi-bin" system.
Interesting... clearly this is something gcj ought to do better than
standaard JVM's.
> Now, I've noticed that I've run into a problem: startup time. It's less of a problem
> than with bytecode, since libgcj.so is potentially (subsequently) cached in memory.
> (What options are there already available to trim its size and therefore load time
> and memory footprint?)
This is on linux/x86? Last time I looked at this, I found libgcj.so
startup time was dominated by relocation processing.
You should get faster startups with a static build, or else experiment
with prelinking support that has been trickling into recent linux
distributions (RH9, maybe?)
Jeff
More information about the Java
mailing list