-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sugoi nicolas!, tora is just was I expected to deploy scalable neko projects.
The following patch fix a compilation issue on ubuntu. - --- libs/mod_tora/protocol.old 2008-09-24 15:58:52.000000000 +0200 +++ libs/mod_tora/protocol.c 2008-09-24 15:54:10.000000000 +0200 @@ -25,7 +25,7 @@ # define MSG_NOSIGNAL 0 #endif - -#if defined(NEKO_MAC) +#if defined(NEKO_MAC) || defined(NEKO_LINUX) # define pread tora_pread # define pwrite tora_pwrite #endif Kaalh Nicolas Cannasse a écrit : > Hi list, > > NekoVM 1.8.0 has just been released on http://nekovm.org ! > > Changes are the following : > - added mod_tora (neko application server) > see http://ncannasse.fr/blog/mod_tora for more infos > - changed mod_neko get_host_name : return the http host > instead of the server IP > - bugfix in nekoml : fixed usage of nekoml.std + added -nostd > - std : added EINTR handling in send/recv socket operations > and fread/fwrite > - gc : upgraded windows version to 7.1 > - vm : fixed comparison of bool > - vm : moved threads stuff into threads.c > - nekoml : fixed lexing engine, allow escape sequences in char groups > - mysql : link with thread_safe version on linux > - std : fixed threads issues with host_resolve and host_reverse > - libs : compile with -pthread on linux/osx to ensure thread safety > - main : turned ON jit by default for bootable executables > - std : added set_trusted primitive > - gc : use alloc_ignore_off_page for large blocks > - gc : use finalizers with no_order (prevent cycles) > - mysql : prevent hashing the fields that looks like inner requests > - vm : optimized global fields cache > - std : string_split doesn't copy the string anymore > if the pattern is not found > - vm : added neko_vm_dump_stack > - std : use per-thread locale on POSIX systems > - std : url_encode does not encode anymore - and . chars > - std : fixed sleep() for unix (more accurate and deal with signals) > - std : added module_read_string and module_set_name > - std : fixed some file descriptor issues with processes and threads > - jit : fixed crash whith unsupported OO overloading > - vm : added $getkind and $iskind builtins > - std : added same_closure for closure comparison > > Enjoy ! > > Nicolas > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFI2lAZWRw620CDc80RAhaNAJwIZLrIRCDxERnTuN0aW7kSrtwf+wCgqcOE EwQ1S9bK5uAZ8mfsmr8bU3Q= =kSfU -----END PGP SIGNATURE----- -- Neko : One VM to run them all (http://nekovm.org)
