Hi all,
On Sun, 5 Dec 1999, hamid khoshnevis <[EMAIL PROTECTED]> wrote:
> I am a newbie modperl'er
Welcome to the club.
> I am tyring to get system calls to return data to modperl (via stdout).
The idea of mod_perl is to get things to go faster by avoiding as much
as possible the (time consuming) launching of new processes and things
like that. Are your system calls launching new processes? If so, you
may not be getting the benefits of mod_perl but you'll be getting the
disadvantages (huge memory consumption to name but a few).
What is making the system calls and why?
Is There More Than One Way To Do It?
73
Ged.