home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 536 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: ADE
  5. Date: Mon, 8 Jan 96 17:47:52
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960108.44F2A8.1045B@ak220.du.pipex.com>
  9. References: <4cku60$t4m@globe.indirect.com> <DKuzuJ.49n@cyf-kr.edu.pl> <mbs.46x6@adastra.cvl.va.us>
  10. NNTP-Posting-Host: ak220.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Michael B. Smith (mbs@adastra.cvl.va.us) wrote:
  14. : In article <DKuzuJ.49n@cyf-kr.edu.pl> iskra@student.uci.agh.edu.pl (Kamil Iskra) writes:
  15. : > > In article <mbs.46mp@adastra.cvl.va.us>,
  16. : > > Michael B. Smith <mbs@adastra.cvl.va.us> wrote:
  17. : > > >rez is a way of keeping program, normally loaded from disk, at each
  18. : > > >request; in memory. When a shell or another program tries to run a
  19. : > > >rez'ed program, a copy is provided from memory; without having to load
  20. : > > >it from disk.
  21. : > > >
  22. : > > >It uses lots more memory; but it's worlds faster too.
  23. : >
  24. : > What's the difference between this program and standard system "resident"
  25. : > command?
  26. : Using 'rez' does _not_ require a program to be pure. ANY program
  27. : can be 'rez'ed.
  28. : For things like gcc, where -resident hasn't worked since 2.3.3 (or so),
  29. : it's quite important.
  30.  
  31. If a command is not pure, it must be reloaded for each invocation. So what is
  32. the functional difference between this "rez" program and copying the command
  33. to RAM:? Or isn't there one?
  34.  
  35. -- Mat.
  36.