Re: clock time in milliseconds into a c program

2005-01-21 Thread art yerkes
Remember to calibrate RDTSC against the RTC first if you're using it in production. It's quite accurate but some mobile CPUs count in coarser units than you'd predict from master clock rate. -- Here's a simple experiment. Stand on a train track between two locomotives which are pushing on you wit

Re: Resuming from a crashdump

2005-01-25 Thread art yerkes
On Tue, 25 Jan 2005 21:45:43 + Steven Smith <[EMAIL PROTECTED]> wrote: > If you just send pages to disk rather than to another machine on the > network, then you should be able to suspend-to-disk an entire > operating system with minimal user-perceived downtime. One > possibility here would b