> I wrote an x-sendfile thing for the railshandler to get mongrel to catch
> the response header and stream out files from an application I'm writing
> but I'm pretty sure that zed said he'd built in x-sendfile somewhere
> already. I couldn't find it, could someone lead me to it?
>
> Does mongrel work with SSL? If not is anyone interested in having
> someone write in SSL support? heh
>
> Josh

No x-sendfile support, but actually just better "sendfile" support (a
system API call and method for streaming out files better in Mongrel).

The x-sendfile stuff tends to be more application framework specific
rather than a Mongrel thing.  Mongrel tries to reduce the amount of
interference with the app frameworks since they usually make their own
(more intelligent) decisions about what to send or not.  Instead, each
framework just needs a plugin that adds x-sendfile and they're set.

Now, if you've got something that has a usage outside of the frameworks
then just make a gemplugin (I'll help) and publish it same way as
mongrel_cluster.

As for SSL, nothing yet.  Remember that Mongrel is not intended to be a
full web server, so rather than bloat it with SSL support we just
recommend putting it behind a real web server, kssl, stunnel, or some
other "SSL heavy lifter".  I think pen has experimental SSL support.  You
might try that out.

Zed

_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to