Re: My contributions.

new topic     » goto parent     » topic index » view thread      » older message » newer message

>      Well after writing a few procedures so that record.e can run with
>   Euphoria 2.0 , I tried this ; and found that your software was doing a
>   lot of disk accessing.
>     Perhaps this is usual if you have a limited capacity computer, however
>   one might think that your software could work with any size record.
>     A bit more explanation , in your software , may assist.

Really nothing to explain, my include doesn't use any direct disk access
using open() or anything like that.  It does use allocate, peek, and poke,
which as you stated previously on a low end machine (or one running under a
MSDOS prompt under windows) will tend to use the swap file on the disk.  One
way to possibly avoid this problem is you could change all of the the
allocates in my include to allocate_low, and change all the frees into
free_lows.

Adam Weeden
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu