From: Henry N. <Hen...@Ar...> - 2008-03-22 15:50:13
|
Rainer Zocholl wrote: > (I wonder why "bogomips" are only 100 on colinux, bogo...) That is the overhead between native and coLinux. In the loop where bogomips are calculated, coLinux does only switching between Windows and Linux. That cost many time. coLinux goes faster, if you mounts filesystem with "noatime". For every file access, coLinux ask the host about current precice time to write the file "last access time". If starts many of processes, it can the speed problem here. -- Henry N. |