[haXe] cacheModule and global variables with threads
Daniel Cassidy
mail at danielcassidy.me.uk
Tue Jul 3 14:28:21 CEST 2007
On 7/3/07, Daniel Daley <dan at chameleoncode.jp> wrote:
> I haven't looked at the source yet, but is the mod_neko code built
> in such a way we could just write a layer overtop of it to minimize
> trouble keeping the code up to date?
It all looks very Apache-specific to me. I was just going to rewrite
it and maybe borrow a function or two here or there, tbh :).
> I've done quite a bit of work
> writing cgi modules in C but have never dealt with writing code
> directly for FastCGI. I see they have a library though to ease the
> pain, so maybe it's not too bad.
FastCGI's library is really very nice -- it's certainly no harder to
write for FastCGI than it is to write for CGI, and by writing for the
former you get the latter for free :). However, the way it overrides
printf and friends by default is a bit silly if you ask me.
Dan.
More information about the Haxe
mailing list