Re: fork .. regex ... etc..

2001-06-20 Thread Karthik Krishnamurthy
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

Re: fork .. regex ... etc..

2001-06-20 Thread Abdulaziz Ghuloum
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

Re: fork .. regex ... etc..

2001-06-18 Thread Paul
--- "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