This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: cgi-bin
> CGI is extremely simple and requires no runtime support beyond env vars
> and simple I/O. (I once had an employer who created CGI executables in
> FORTRAN. They worked remarkably well!)
Do you think GCJ's executables' startup times are at least "good enough"
for CGI applications? What would be your take on it?
>>> $ size hello.static
>>> $ /usr/bin/time ./hello.static
size & time are really handy commands I didn't know of. Thanks for pointing this out!