X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "arizvi" Newsgroups: comp.os.msdos.djgpp Subject: Re: dosmemput and dosmemget Date: 4 Mar 2005 06:50:54 -0800 Organization: http://groups.google.com Lines: 9 Message-ID: <1109947854.819298.62120@l41g2000cwc.googlegroups.com> References: <1109872127 DOT 199181 DOT 31850 AT l41g2000cwc DOT googlegroups DOT com> <01c5208e$Blat.v2.4$1141d8a0 AT zahav DOT net DOT il> NNTP-Posting-Host: 66.32.25.19 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1109947858 13041 127.0.0.1 (4 Mar 2005 14:50:58 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 4 Mar 2005 14:50:58 +0000 (UTC) In-Reply-To: <01c5208e$Blat.v2.4$1141d8a0@zahav.net.il> User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: l41g2000cwc.googlegroups.com; posting-host=66.32.25.19; posting-account=Se-Idg0AAAC00LEpjdiQS7ZeyWGDYpCA To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk >Can you tell more about your application, and why it needs many copies >between conventional and protected-mode memory? It's possible that >you can get advice if you supply more information. I am doing a lot of IO on hard disks - large sized in the range of 100GB(s). That would mean millions or billions of those function calls. So I would like to eliminate the copying of data, if possible.