Re: Use subprocesses in simple way...

2006-05-11 Thread Serge Orlov
DurumDara wrote: > 10 May 2006 04:57:17 -0700, Serge Orlov <[EMAIL PROTECTED]>: > > I thought md5 algorithm is pretty light, so you'll be I/O-bound, then > > why bother with multi-processor algorithm? > > This is an assessor utility. > The program's architecture must be flexible, because I don't kn

Re: Use subprocesses in simple way...

2006-05-11 Thread DurumDara
10 May 2006 04:57:17 -0700, Serge Orlov <[EMAIL PROTECTED]>: > I thought md5 algorithm is pretty light, so you'll be I/O-bound, then > why bother with multi-processor algorithm? This is an assessor utility. The program's architecture must be flexible, because I don't know, where it need to run (on

Re: Use subprocesses in simple way...

2006-05-10 Thread Serge Orlov
Dara Durum wrote: [snip design of a multi-processor algorithm] I thought md5 algorithm is pretty light, so you'll be I/O-bound, then why bother with multi-processor algorithm? > 2.) > Do you know command line to just like FSUM that can compute file > hashes (MD5/SHA1), and don't have any proble