Oh, no no, those kinds of errors are fine, but oftimes, when creating my
own neko modules, they can sometimes cause neko to fail which causes
Apache to shut down.  I'm just thinking it would be nice to have neko
handle such situations more gently where apache is concerned so that it
doesn't fall over, too.

Lee



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nicolas
Cannasse
Sent: 23 August 2006 08:55
To: Neko intermediate language mailing list
Subject: Re: [Neko] Mod_neko on Apache 2.0.x

> I thought I'd put in a comment here, that on windows, if a Neko app
> fails, mod_neko2 kicks out my apache, so that it has to be restarted.

What do you mean by "fails" ? If an exception occurs ?
Try compiling and running the following neko sample :

$throw("byebye");

Nicolas

-- 
Neko : One VM to run them all
(http://nekovm.org)

--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to