ebb_server_listen_on_unix_socket() is working
commit38185f36847ca1315f9241302d6bab7f2f7b1495
authorryah <ry@lakshmi.local>
Mon, 7 Apr 2008 23:04:40 +0000 (8 01:04 +0200)
committerryah <ry@lakshmi.local>
Mon, 7 Apr 2008 23:04:40 +0000 (8 01:04 +0200)
tree0f45e4e6a17cb3e3ee3ac1d4c1cb63199db2d145
parent8d410a265216bc390fe079ef5655ec33d7970d56
ebb_server_listen_on_unix_socket() is working

In the Ruby binding just pass :unix_socket option with a filename to start
Ebb on a AF_UNIX socket.

It includes a very simple unit test. (Should be improved.)
benchmark/application.rb
src/ebb.c
test/helper.rb