Le 19/03/2012 19:13, Nico Zimmermann a écrit :
Thanks Nicolas,

I did:

LD_PRELOAD=opt/local/lib/libgc.1.0.3.dylib
/Applications/MAMP/Library/bin/httpd
within the bash script starting the apache… no luck…

also tried (libgc.dylib, libgc.1.dylib) - could not find any libgc*.so
files somewhere.

Maybe I should start over. I am writing an application server using
haxe/neko (something like a graph-db).
That app-server should be connected via socket (ThreadRemotingServer)
with an HTTP middleware(REST) providing simple http calls like /user/create.

I was successfully using nekotools server and haxe/php. My next step was
to use mod_neko in apache2 for performance reasons.

Is that approach even sane? What is the favorite web server for neko?

You should look at "tora" : it's an Neko Application Server written in haXe and on which you can connect directly on "unsafe sockets" (from Flash for instance) or it can stand behind a Web server such as Apache with mod_tora (which is part of neko distribution).

You can download it with "haxelib install tora"

Sources are in haXe SVN in /other/tora

Best,
Nicolas

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

Reply via email to