You cannot post messages because only members can post, and you are not currently a member.
|
WebROaR - Ruby Application Server (powered by libebb)
|
| |
Ry,
We recently released WebROaR ([link]) - Ruby Application Server
under GPLv3 that uses libebb for HTTP parsing. Libebb is one of the key
components of this server and a major reason for its good performance.
On behalf of the team (Dharmarth, Nikunj & myself), i would like to thank... more »
|
|
NameError: uninitialized constant Ebb::FFI
|
| |
Hi, I'm trying to run Ebb under Ruby1.9.1p129. I've "ffi" gem installed and also Debian packages libffi5 and libffi-dev (64 bits).
I can use Ebb with Ruby 1.8 but when trying to run it with Ruby 1.9 I get this error:
/usr/local/lib/ruby1.9/gems/1. 9.1/gems/ebb-0.3.2/lib/ebb.rb: 34:in `set_options': uninitialized constant Ebb::FFI (NameError)... more »
|
|
hello_world.c segfaults in the most weird way
|
| |
hi folks,
i amtrying to use libebb, but don't get very far: i compiled the
library ok (minus the -lefence), and then compiled the hello_world.c:
gcc -g -Wall -o hello hello_world.c -I.. ../libebb.a -lgnutls -lev
when i run this, it segfaults on ev_loop(). i linked against a debug
version of libev and libebb, and traced through the program, just to... more »
|
|
tinyclouds/libebb/ typo
|
| |
Section ebb_connection. 4 paragraph.
...Because HTTP/1.1 supports per*istant connections...
|
|
How to compile?
|
| |
Hi,
I'm a bit puzzled on how to compile ebb under ruby 1.9. I've tried
with:
git clone git://github.com/ry/ebb.git
cd ebb
rake-1.9
It build libev, ebb_ffi.so but didn't install anything. So, I next
tried:
rake-1.9 gem
gem-1.9 install pkg/ebb-0.3.3.gem
The gem was build and all, but it only installed the C source code;... more »
|
|
ebb wsgi ?
|
| |
Has anyone done any work on a python binding ?
Looks like it's worth doing... I'd like to test drive it with
stackless ;-)
|
|
preforking; sharing a port among workers
|
| |
Would it be practical (and straightforward enough) to build a
preforking server on libebb?
I have inquired on the libev list about sharing a listen socket among
processes, but I wanted to try here as well... ;-)
I really like libevent's evhttp_accept_socket(evhttp, fd), which
allows multiple evhttp instances to share a common port. This way, no... more »
|
|
ebb_request callback pointer lifetime
|
| |
Hey ry,
I am implementing callbacks for ebb_request which store the various
marks and their lengths, and process them when the on_complete
callback is invoked. It seems to be working, but I wasn't sure about
how long the internal buffer the marks are pointing to is valid for.
Is this a valid approach?... more »
|
|
|