Re: fork performance

2008-05-19 Thread Christian Franke
Corinna Vinschen wrote: On May 19 06:47, Reinhard Nissl wrote: Hi, running the following command sequence in bash yields little numbers compared to a real unix system: while true ; do date ; done | uniq -c 15 Thu May 15 10:40:22 2008 16 Thu May 15 10:40:23 200

Re: fork performance

2008-05-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Reinhard Nissl on 5/18/2008 10:47 PM: | running the following command sequence in bash yields little numbers | compared to a real unix system: | | Is there a chance to speedup performance? Only if you know how to improve Windows itself t

Re: fork performance

2008-05-19 Thread Corinna Vinschen
On May 19 06:47, Reinhard Nissl wrote: > Hi, > > running the following command sequence in bash yields little numbers > compared to a real unix system: > > while true ; do date ; done | uniq -c > > 15 Thu May 15 10:40:22 2008 > 16 Thu May 15 10:40:23 2008 > 17 Thu M