<!-- google_ad_section_start -->blinking computer.<!-- google_ad_section_end -->
Health Forums

Go Back   Health Forums > Mental Health > Schizophrenia > alt.support.schizophrenia

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 02-17-2008, 01:04 PM
Rohan Hawthorne
Guest
 
Posts: n/a
Default blinking computer.


Sometimes I just sit on my couch and watch my computer's little light blink.

Why is it blinking ? I'm not sitting on the computer doing anything. It
shouldn't be
accessing the harddrive - which is what I've been lead to believe the
blinking
represents.

Strange. Maybe it's talking to me like R2-D2.

Rohan.

Reply With Quote
  #2  
Old 02-17-2008, 07:13 PM
Quiet Neighbor
Guest
 
Posts: n/a
Default Re: blinking computer.


"Rohan Hawthorne" <rohan_hawthorne@yahoo.com.au> wrote in message
news:GGUtj.16079$421.10254@news-server.bigpond.net.au...
>
> Sometimes I just sit on my couch and watch my computer's little light
> blink.
>
> Why is it blinking ? I'm not sitting on the computer doing anything. It
> shouldn't be
> accessing the harddrive - which is what I've been lead to believe the
> blinking
> represents.
>
> Strange. Maybe it's talking to me like R2-D2.
>
> Rohan.


Windoze has a lot of background programs running all the time. If you watch
the Task Manager, sometimes you can figure out what became active. Often
the activity comes and goes too fast to figure it out, but the CPU
performance screen will show a spike where it happened.


Reply With Quote
  #3  
Old 02-17-2008, 10:23 PM
George Peter Staplin
Guest
 
Posts: n/a
Default Re: blinking computer.

Rohan Hawthorne wrote:
>
> Sometimes I just sit on my couch and watch my computer's little light blink.
>
> Why is it blinking ? I'm not sitting on the computer doing anything. It
> shouldn't be
> accessing the harddrive - which is what I've been lead to believe the
> blinking
> represents.
>
> Strange. Maybe it's talking to me like R2-D2.
>
> Rohan.



Unfortunately the buffer cache in Windows XP isn't ideal, based on some
things I've read. For some reason it does disk accesses when it
shouldn't have to. The program image pages should be already cached in
RAM after one use, if they haven't been purged for reuse.

It's a forgiveable problem, because a unified buffer cache is difficult
to implement, and not even unix-like systems always get it right.

Drivers do things they shouldn't at times, things run amuck.

Windows XP essentially starts some services periodically. If you watch
the task list you can see all of the system services that run.

Oh, and a page is a chunk of memory on an Intel x86/Pentium-based
processor that is typically 4096 bytes. It's the smallest unit that is
allocatable by the processor's memory management unit or MMU. Each page
has access permissions. So when a program does something it shouldn't
to its virtual memory, such as writing to a read-only page, or writing
to a page that hasn't been allocated in the page table for that process,
you end up with an "access violation" and the program gets an exception
and usually is forcefully closed by Windows.

Somewhere in that mixture is address translation. Each general program
sees a virtual address space. So programs have a consistent virtual
address space (usually), but a different physical memory address space.

This is an article about some of Microsoft's leaked sources and the
somewhat questionable quality of them:
http://www.kuro5hin.org/story/2004/2/15/71552/7795


George
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
new computer Miki Kocic alt.support.schizophrenia 9 11-02-2007 05:09 AM
ot. need computer help shirlawn alt.support.arthritis 12 07-10-2007 10:37 AM
Hello. Still no computer Gelly alt.support.schizophrenia 1 06-09-2007 10:54 AM
I Have a Computer Again :-) Chris Braun alt.support.diet 10 03-17-2007 03:54 PM
Re: OT My computer bj alt.support.diabetes 0 11-08-2006 09:49 PM


All times are GMT. The time now is 01:42 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
     
   
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41