home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / 7984 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.9 KB  |  42 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!blaze.cs.jhu.edu!fermat.cs.jhu.edu!mancini
  3. From: mancini@fermat.cs.jhu.edu (Todd A. Mancini)
  4. Subject: Re: Does the -space option work for any Paradox users?
  5. Message-ID: <1992Nov20.184615.26949@blaze.cs.jhu.edu>
  6. Sender: news@blaze.cs.jhu.edu (Usenet news system)
  7. Organization: Johns Hopkins Computer Science Department, Baltimore, MD
  8. References: <1eh6g3INN6lk@matt.ksu.ksu.edu>
  9. Date: Fri, 20 Nov 1992 18:46:15 GMT
  10. Lines: 30
  11.  
  12. In article <1eh6g3INN6lk@matt.ksu.ksu.edu> jeffs@matt.ksu.ksu.edu (Jeff Smith) writes:
  13. >I'm still trying to get better speed performance out of Paradox 4.0.
  14. >I have written a very simple application using the workshop.
  15. >It only uses 2 tables, and the menu only has 2 options.
  16. >
  17. >Anyways I heard of messing with the -codepool argument and in
  18. >the Paradox User's Guide page 699 it says you can use the
  19. >-space option and it will print out its current memory allocation.
  20. >
  21. >This does not happen for me....  It seems like there might be
  22. >something that gets flashed on the bottom right corner, but
  23. >there is no way to see it.
  24. >
  25.  
  26. It is important to remember that the output of -space only
  27. appears (as far as I can tell) when you are in main mode with the
  28. standard paradox menu showing (and running under the 4.0 User Interface).
  29.  
  30. So, if you have an application running which is using its own menus and
  31. canvas on the workspace, you will not see the output of -space.  Try exiting
  32. your application back to the main paradox menu, and you should see the
  33. details you want.
  34.  
  35. Back in 3.5 I simply added a MESSAGE command to many of my modules and a global
  36. MEM_DEBUG variable which gave me similar output to -space of 4.0.  If you
  37. need to track memory when your application is running, this is one way.  In
  38. fact, in 4.0, you could dedicate a window to holding the memory status, and
  39. frequently updating it.
  40.  
  41.  
  42.