Slashdot Mirror


User: EmbeddedHead

EmbeddedHead's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:Bottleneck must be elsewhere on Hard Drive Performance - ATA100 vs ATA133 · · Score: 3, Interesting

    If your running windows (NT or 2k), the bottle neck is the OS.
    The NT microkernel was designed serialize all IDE device access in the drivers.
    Therefore, if multiple processes are attempting concurrent IDE subsystem access, each data transfer request will run to completion.

    It actually makes no difference if the processes are attempting access to different physical devices, because it is the NT driver layer that enforces this restriction.
    This is especially bad for an OS that relies on a page/swap file residing on a shared resource.

    Only viable solution for concurrent access: use only SCSI devices.

  2. Not suprised on Public Money, Private Code · · Score: 1

    Is anyone realy suprised by this?
    In an age where public funding for higher education, in the US, is on the decline, public institutions will do what it takes to remain open.

  3. Re:Hmmm on Portable .NET Reaches A Quarter Million Lines · · Score: 1

    There is, it's from McCabe.

  4. Re:Anyone use a RT Linux in the field? on Lineo Pays To License Real-Time Linux Capability · · Score: 1

    Yes, I've used MontaVista's real-time distro. but only for soft real-time tasks. It could'nt keep up with transcoding ATM AAL-1 to AAL-1 at OC-48 Line rates. For Hard real-time requirements you just can't beat uC/OS-II.