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

Use subprocesses in simple way...

2006-05-10 Thread Dara Durum
Hi ! Py2.4, Win32. I need to optimize a program that have a speciality: hash (MD5/SHA1) the file contents (many files). Now I do this in a simple python program, because (what a pity) the FSUM utility died in a file with unicode filename... (It is unknown error: I used alternate file name, but i