Nathan Meyers wrote:
> Here's a possible (but problematic) CGI script:
Thanks very much for the detailed help.
> The problems?
> 1) Very expensive to start all this stuff up every time you need to do
> CGI.
> 2) Only one server can run at a time for a given display address (:0,
> :1, etc.); you'll have problems with two simultaneous requests.
In this particular implementation these aren't problematic as it's going
to be used in an admin section of a website and will only be used by one
person.
> 2) If you can find a way to support servlets in your web
> server, you'll see a drastic speed improvement over having to
> exec a java interpreter for every request.
I'm probably going to move it over to a servlet form if I can get it
working this way. My only concern then is that presumably the servlet
will still require some sort of X emulator to be running?
Robbie
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]