Re: sending large buffers to wine applications



Jack DarkStar wrote:

I don't want to use a file because accesso to
filesystem is slow and i would like to use memory.

Only true if the FS is on a slow medium. If you use a RAM disk
you have only mimimal overhead. On most Linux systems there's a
RAM disk mounted in /dev/shm, but you can mount additional ones
using

mount -t tmpfs none $mountpoint

at any time.

Wolfgang Draxinger
--
E-Mail address works, Jabber: hexarith@xxxxxxxxxx, ICQ: 134682867

.



Relevant Pages

  • Re: sending large buffers to wine applications
    ... filesystem is slow and i would like to use memory. ... Only true if the FS is on a slow medium. ... RAM disk mounted in /dev/shm, but you can mount additional ones ...
    (comp.os.linux.development.apps)
  • Re: sending large buffers to wine applications
    ... filesystem is slow and i would like to use memory. ... Only true if the FS is on a slow medium. ... On most Linux systems there's a ... RAM disk mounted in /dev/shm, ...
    (comp.os.linux.development.apps)