Re: sending large buffers to wine applications
- From: Wolfgang Draxinger <wdraxinger@xxxxxxxxxxxxxxxx>
- Date: Thu, 13 Mar 2008 19:15:36 +0100
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
.
- Follow-Ups:
- Re: sending large buffers to wine applications
- From: Jack DarkStar
- Re: sending large buffers to wine applications
- From: Rainer Weikusat
- Re: sending large buffers to wine applications
- References:
- sending large buffers to wine applications
- From: Jack DarkStar
- sending large buffers to wine applications
- Prev by Date: sending large buffers to wine applications
- Next by Date: Re: sending large buffers to wine applications
- Previous by thread: sending large buffers to wine applications
- Next by thread: Re: sending large buffers to wine applications
- Index(es):
Relevant Pages
|