Re: fork problems with Net::Server

news_at_roaima.freeserve.co.uk
Date: 10/14/03


Date: Tue, 14 Oct 2003 12:17:45 +0100

michaelbell <member43197@dbforums.com> wrote:
> I try to move a perl application from Apache to an own server because
> the initialization takes too long.

One off initialisation? Consider mod_perl and start-time initialisation,
then, which will go some way to obviating that.

> I need to call another application
> (openssl) via backticks from within the perl script. The problem is that
> perl immediately crashs.

Does perl crash, or does your program crash? What gets displayed as an
error message? What are the symptoms of the server that you see? What
version of perl are you using? What OS are your running under?

Without this information, it's close to impossible to help you further.
Chris

-- 
@s=split(//,"Je,\nhn ersloak rcet thuarP");$k=$l=@s;for(;$k;$k--){$i=($i+1)%$l
until$s[$i];$c=$s[$i];print$c;undef$s[$i];$i=($i+(ord$c))%$l}


Relevant Pages

  • Re: How to stop DBM/Perl crashing servers?
    ... >> Why a DBM made by Perl can crash a server? ... > could be so kind as to tell us exactly what DBM module you are talking ... >> an unprivileged perl script can load the memory and crash the server. ...
    (comp.lang.perl.misc)
  • Re: initialising a list of variables
    ... On Friday 03 Oct 2003 4:05 pm, James Edward Gray II wrote: ... >> I've got a query about variable initialisation. ... Or is it just that I'm getting too spoilt by Perl? ...
    (perl.beginners)
  • Re: Regex Help
    ... In this case only the initialisation ... declaration on its own line, ... Perl 5.10 has "static". ...
    (perl.beginners)
  • ANNOUNCE: UnixODBC 0.31
    ... UnixODBC provides a toolkit for writing Perl ODBC clients. ... - Installing and Configuring the Bridge Server ... UnixODBC.pm provides Perl programs with a subset of the X/Open ... Bridge Server," below. ...
    (comp.lang.perl.modules)
  • POP3 Mail Client in PERL using IO::Socket module only and regular expressions
    ... I am writing a POP3 Client program in Perl. ... Server and have a running conversation with the mail server using ... print $socket "STAT",CRLF; ...
    (comp.lang.perl.misc)