Displaying 5 results from an estimated 5 matches for "celebworld".
2006 Nov 02
8
MogileFS handler
Hello,
I''ve been using NFS for sharing files across a cluster of servers but
I''ve had a lot of problems with that. I''m planning to move to MogileFS
which seems to be more stable and more adapted to this usage (lots of
user uploaded files).
I wonder if someone has already worked on an integration of MogileFS
into Mongrel (and Rails app) for serving the files ? If not, I
2006 Apr 11
0
Large file support (up and down) for Mongrel 0.13.3
...#39;'ll get canned in a Tempfile. Currently, it''s set to the same size as
MAX_HEADER.
I''ve added to the test_response.rb appropriately. I''ve tested the
DirHander and CampingHandler. I''m going to test out the Rails handler now.
_why
[1] http://celebnamer.celebworld.ws/stuff/mod_xsendfile/
[2] http://trac.lighttpd.net/trac/changeset/1097
[3] http://www.lighttpd.net/documentation/upload-progress.html
2006 Apr 11
0
! camping 1.4
...kystiff.net
The only recent change is that the request body gets store in the @in
variable as an open stream. It''s also okay to pass an IO object out of
Camping.
Lastly, Camping + Mongrel (SVN) now supports the X-Sendfile header. [1]
Very swift and cool.
_why
[1] http://celebnamer.celebworld.ws/stuff/mod_xsendfile/
2008 Sep 01
0
Apache configuration for using plugin Xsendfile
Hello
I am facing some problem in using the plugin Xsendfile(http://
john.guen.in/rdoc/x_send_file/).Here in README for setting up web
server , the author has given a link to http://celebnamer.celebworld.ws/stuff/mod_xsendfile
.But when I try to Install mod_xsend_file.c
I am getting an error
apxs:Error: Activation failed for custom /etc/apache2/httpd.conf
file..
apxs:Error: At least one `LoadModule'' directive already has to exist..
I tried to load this module manually from /etc/apache2/apa...
2006 Dec 21
6
Rails'' send_file, Mongrel, and *gasp* memory
I''ve had a right fun few days at work trying to figure out why our Rails
app (which isn''t under very heavy load) kept eating memory and bringing
our server to our knees. Eventually I traced it to send_file (which was
in a way a relief as it wasn''t down to my coding ;) -- every time a user
started downloading, the memory consumed by the app would jump, and