Re: System calls to return data via STDOUT

1999-12-08 Thread G.W. Haywood
Hi again, On Wed, 8 Dec 1999, hamid khoshnevis wrote: > Thanks, Ged. > > No you are right on. I do glimpseindex off-line and want to search using > glimpse. So I call glimpse and get the result set which I am able to pull > into regular perl with no problem but as soon as I take the working

Re: System calls to return data via STDOUT

1999-12-07 Thread Andrei A. Voropaev
It's better not to put this stuff into mod_perl because you'll have issues with memory etc. And the time you gain is nothing to compare with the time needed to start external process. Put it in regular CGI script. And to catch output from external program use standart methods like backticks, pip

Re: System calls to return data via STDOUT

1999-12-07 Thread Rick Myers
On Dec 07, 1999 at 01:53:20 -0800, hamid khoshnevis twiddled the keys to say: > I am trying to call Glimpse from modperl and capture the data set back. > After I wrote the email, I was told by a friend that I should use temporary > files to capture the output of Glimpse. > > Any ideas?? Pipe

Re: System calls to return data via STDOUT

1999-12-07 Thread hamid khoshnevis
I am trying to call Glimpse from modperl and capture the data set back. After I wrote the email, I was told by a friend that I should use temporary files to capture the output of Glimpse. Any ideas?? hamid >From: "G.W. Haywood" <[EMAIL PROTECTED]> >To: mod_perl Mailing List <[EMAIL PROTECTE