http://www.perlmonks.org?node_id=271692


in reply to Re: Re: Re: Re: Re: Re: Clustered Perl Applications?
in thread Clustered Perl Applications?

I still think you could simply fetch the data in chunks from MySQL and store the result there, avoiding the need to pass it around in your control protocol.

You will have to use POST to pass any significant amount of data. That shouldn't be a problem. The HTTP modules handle POST just fine.