> NC> I took a little time to check what is going wrong. Looks like a Garbage
> NC> Collector issue. When simply running neko_gc_major() in the handler,
> NC> without executing any special code, it just makes Apache hang. I'm not
> NC> sure what's going wrong there, but Neko itself can't be patched to work
> NC> with 2.0 since both Apache and the GC are not part of Neko sources.
> 
> NC> Since the problem has been fixed in 2.2.x I modified mod_neko so that it
> NC> display an error message asking user to upgrade when used with Apache
> NC> 2.0. The Neko 1.5 release have been updated with these changes.
> 
> Hmm this thread makes me worried. I am running neko 1.4 with Apache
> 2.0.54 for 3 months right now, and it all works fine. I am going to
> upgrade to 1.5 today and just compiled 1.5 with my apache - and it did
> not give me any warnings (for my 2.0.54 version). Am I missing
> something?

Well, everything should be ok then for you.
Out of curiosity, check in neko/libs/mod_neko/mod_neko.c what
ap_get_server_version returns.

Best,
Nicolas

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

Reply via email to