in reply to Re: CGI - Batch command
in thread CGI - Batch command

This solution would suffer, if multiple requests come in at the same time (assume the process runs on server). Well, you can carefully make the processes running in sequence, but this is not always desirable.

Update:

This post is actually not about tilly's reply, as his reply obviously provided a correct answer to the direct question itself, so don't mis-interprete this post.

Replies are listed 'Best First'.
Re: Re: Re: CGI - Batch command
by tilly (Archbishop) on Oct 13, 2003 at 05:42 UTC
    I don't understand what you are trying to refer to.

    The question was how to set environment variables when the Perl script was not being wrapped by a .bat file that set them. I answered that question.

    Larger questions of how to handle multiple requests at a time I can't answer without knowing a lot more about the environment that he is talking about.

Re: Re: Re: CGI - Batch command
by Anonymous Monk on Oct 13, 2003 at 07:20 UTC
    This post is actually not about tilly's reply, as his reply obviously provided a correct answer to the direct question itself, so don't mis-interprete this post.
    Then why did you reply to tilly's post?