Slashdot Mirror


User: Lexicon

Lexicon's activity in the archive.

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

Comments · 28

  1. Re:RaidCore on SATA vs ATA? · · Score: 1
    This looks suspiciously like a pseudo-hardware software raid card. Check out this quote from their faq:

    Q: How did you manage to achieve such high performance without cache and additional I/O processor?
    A: The RAID processing and caching is done on the host motherboard. Performance is so high because of today's high CPU speeds and patented RAIDCore RAID algorithms.


    I would have to doubt what benefits this gives you over software raid, as it appears to use your CPU anyway. I think you are far more likely to have maximum reliability and successfully recover your data from a more widely used and open software raid implementation than from this closed system.
  2. Re:Maybe we can get a decent ftp client now? on Apple Developer Profile Changing? · · Score: 1

    Have you tried CyberDuck? It supports sftp and ftp, auto-detects servers with Rendevous, and lets you drag and drop files from the finder.

  3. MPM Module(s) Used with Apache? on Kernel Comparison: Web Serving On 2.4 And 2.6 · · Score: 2, Interesting

    I would be interested in knowing which MPM module(s) they used with Apache in their testing. Whether they used worker, prefork, or something else could make a big difference in serving performance. It would also test different areas of kernel performance I would think.