Francisco de Borja: > Correct me if I'm wrong, but have you thinked about data access time? I mean, > a USB stick is awfully slower than a IDE disk, isn't it?
> On 06 May 2005 23:12:12 +0200 > [EMAIL PROTECTED] (Joerg Lenneis) wrote: [...9 I have, yes. The idea is to have enough RAM so that most/all required files either end up in the buffer cache or on a RAM disk. There should be next to no writes to the stick. Boot time is not a concern, as it should be running 24/7 anyway. -- Joerg Lenneis email: [EMAIL PROTECTED]

