Did you think about
http://perl.apache.org/guide/performance.html#Forking_and_Executing_Subproce
ss
I mean that if you detach an subproc witch deals with printings your main
mod_perl server doesn't wait for the print Job complete .
Best
Constantin
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, August 16, 2000 12:40 PM
> Subject: Printing under MOD_Perl
>
>
> >
> > Hi all,
> >
> > I try to print to a local printer from an CGI script running under
> > mod_perl.
> > Using the open pipe function does not work. How can I manage ?
> > (systemcall?).
> >
> > tnx in advance,
> > mfs
> >
>