[3956] in java-interest
RE: Java is a CGI program
daemon@ATHENA.MIT.EDU (John Zehr (Starwave))
Tue Dec 5 16:17:47 1995
From: "John Zehr (Starwave)" <JohnZ@starwave.com>
To: "'Java Interest'" <java-interest@java.sun.com>
Date: Tue, 05 Dec 95 09:11:00 PST
> Is thir a way to use Java as a CGI program?????
>
> Please send sample?
>
>-
You can invoke the java interpreter on your main class from a shell
script but this is abysmally slow. Your best bet is to come up with a means
of interprocess communications (sockets, shared memory, pipes, files, etc.)
between the http daemon and a Java daemon. This will give you much better
performance.
Netscape is supposedly going to come out with a Java enable web server
so with that in mind you can design your Java daemon accordingly.
-John
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com