On Fri, Nov 09, 2001 at 11:35:09AM -0500, [EMAIL PROTECTED] wrote:
> So, if I've got a massively parallel database, and I want to run
> a batch of queries against it in parallel--let's say five hundred,
> six at a time, what would be the best way to do that? My first thought
> was a fork/connect for every query, but that's way too much overhead.

You could start six subprocesses and feed the queries to them, perhaps via a pipe.

Tim.

Reply via email to