Re: fork problems with Net::Server
news_at_roaima.freeserve.co.uk
Date: 10/14/03
- Next message: Eric J. Roode: "Re: Status:: - new namespace?"
- Previous message: Sisyphus: "Re: Help for Crypt::CBC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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}
- Next message: Eric J. Roode: "Re: Status:: - new namespace?"
- Previous message: Sisyphus: "Re: Help for Crypt::CBC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|