Storage nodes and chunked transfers

Brad Fitzpatrick brad at danga.com
Tue Apr 10 01:11:04 UTC 2007


The chunked parser was written to be generic in Perlbal for exactly this
reason, to support chunked PUTs in Mogile.

It's on my agenda to do this in Mogile, to simplify the client, but if you
want to work on it instead, let me know!


On Mon, 9 Apr 2007, Adam Rosien wrote:

> I'm curious about supporting "Transfer-Encoding: chunked" PUT requests
> to the storage nodes because it currently doesn't seem to be part of
> the architecture.  Perlbal has support for chunked PUT requests but
> this option is only available for servers with role "reverse_proxy",
> and the storage nodes are role "web_server".
>
> .. Adam
>
>


More information about the mogilefs mailing list