Besides the fact that you would want a fast load balancer in front of
any large website, Ebb lacks support for SSL and static file serving.
The later I would like to add in the next versions, but I have no
intentions of supporting SSL.
Supposing SSL support was added and a few other things, the ebb c
library could be used to write a small load balancer (hmm - which
isn't such a bad idea!) But I would not want the Ruby interpreter up
front and center, naked against the harsh winds of the web.
ry
The idea is to embed http servers in different environments. in the
Ruby interpreter, for example. Typically these environments that it is
embedded into are quite slow and do much better behind a load balancer
in multiplicity.
Besides the fact that you would want a fast load balancer in front of
any large website, Ebb lacks support for SSL and static file serving.
The later I would like to add in the next versions, but I have no
intentions of supporting SSL.
Supposing SSL support was added and a few other things, the ebb c
library could be used to write a small load balancer (hmm - which
isn't such a bad idea!) But I would not want the Ruby interpreter up
front and center, naked against the harsh winds of the web.