Re: sending large buffers to wine applications



Thank you very much.

"Wolfgang Draxinger" <wdraxinger@xxxxxxxxxxxxxxxx> ha scritto nel messaggio
news:8j7oa5-pjp.ln1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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