Node.js for lua?

A recent corresponding project is Luvit “(Lua + libUV + jIT = pure awesomesauce)”. From the announcement: this is basically luajit2 + libuv (the event loop library behind nodejs). It compiles as a single executable just like nodejs and can run .lua files. What makes it different from the stock luajit distribution is it has … Read more

Is there any modern review of solutions to the 10000 client/sec problem

The C10K problem generally assumes you’re trying to optimize a single server, but as your referenced article points out “hardware is no longer the bottleneck”. Therefore, the first step to take is to make sure it isn’t easiest and cheapest to just throw more hardware in the mix. If we’ve got a $500 box serving … Read more

configure: error: C compiler cannot create executables

I have 10.8 installed and Xcode 4.4 with Command Line tools, and yet I was still getting this error. Rather than reinstall Xcode, I noticed there were two relevant lines in my config.log: configure:5130: checking for C compiler version configure:5139: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/bin/cc –version >&5 That path did not exist for me. Instead I had: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain The … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)