|
Home > Archive > Perlbal > August 2007 > Disable spooling of uploads by perlbal?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Disable spooling of uploads by perlbal?
|
|
| Jonathan Simms 2007-08-21, 1:11 pm |
| Hi all,
We've just started using Perlbal as the load-balancer for our staging
environments, and I'm a little confused by the documentation. We are
load-balancing a number of Mongrel (http://mongrel.rubyforge.org/)
servers. As I understand it, Perlbal buffers the whole POST to disk (or
memory) first, then sends it back to the backend once the POST is
complete. Mongrel has a built-in "spooling of large uploads to disk"
feature, and we'd like to have Perlbal just pass all the bytes straight
back to the Mongrels.
Is this possible to do without custom hacking? Am I just totally confused?

Thanks!
Jonathan Simms
Developer
motionbox.com
| |
| Brad Fitzpatrick 2007-08-22, 1:11 am |
| You have to explicitly turn it on. It's off by default.
On Tue, 21 Aug 2007, Jonathan Simms wrote:
> Hi all,
>
> We've just started using Perlbal as the load-balancer for our staging
> environments, and I'm a little confused by the documentation. We are
> load-balancing a number of Mongrel (http://mongrel.rubyforge.org/)
> servers. As I understand it, Perlbal buffers the whole POST to disk (or
> memory) first, then sends it back to the backend once the POST is
> complete. Mongrel has a built-in "spooling of large uploads to disk"
> feature, and we'd like to have Perlbal just pass all the bytes straight
> back to the Mongrels.
>
>
> Is this possible to do without custom hacking? Am I just totally confused?
> 
>
> Thanks!
>
> Jonathan Simms
> Developer
> motionbox.com
>
|
|
|
|
|