Welcome, Guest. Please login or register.

Author Topic: PCMCIA memory  (Read 3810 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline JetRacer

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 501
    • Show all replies
Re: PCMCIA memory
« on: January 18, 2004, 03:52:26 AM »
You really, really don't want to use the PCMCIA bus to add memory. It's dead slow.

FLASH cards are removable storage devices with a limited number of write cycles.
*Zap! Zap!* Ha! Take that! *Kabooom!* Hey, that\'s not fair!
 

Offline JetRacer

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 501
    • Show all replies
Re: PCMCIA memory
« Reply #1 on: January 20, 2004, 02:08:54 PM »
Not only is it slower than chipmem, it is MUCH slower than chipmem because of the poor performance of the PCMCIA bus. I also heard that there are general system speed issues due to  managing the bus. The latter is probably limited to network cards though.

Note: FLASH is very fast compared to a HDD for booting, even if you have a nice highspeed IDE buffer. There's just so many small files and paths to lookup that the seektime of the HDD reduce actual transfer rate far below FLASH.

A year ago I experimented a little by archiving some stuff without compression and just blast it up to ram: from HDD at startup (like env:). It worked so well (speeded up boot multiple times) that I desided to leave it there.
*Zap! Zap!* Ha! Take that! *Kabooom!* Hey, that\'s not fair!