On Wed, Jun 20, 2001 at 03:01:00PM -0500, Abdulaziz Ghuloum wrote:
> Hello Ron and everybody on this list.
>
> In order to find the best way to complete the task the fastest way, you need to
> first analyse your system and how it's going to react to your algorithm.
> Basically your task can be spl
Hello Ron and everybody on this list.
In order to find the best way to complete the task the fastest way, you need to
first analyse your system and how it's going to react to your algorithm.
Basically your task can be split into 2 parts, one IO intensive part (reading
the files) and one CPU inte
--- "Ronald J. Yacketta" <[EMAIL PROTECTED]> wrote:
> Paul,
> anyword on that skeleton code you mentioned ???
This is actually a process-to-CPU "spooler" I wrote a while back for
load-balancing on our production data processing machine. It's worked
reasonably well, and might provide some good sk