home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / informix / 2702 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.7 KB  |  43 lines

  1. Newsgroups: comp.databases.informix
  2. Path: sparky!uunet!mcsun!inesc.inesc.pt!dec4pt.puug.pt!unl!hara.fct.unl.pt!pgf
  3. From: pgf@hara.fct.unl.pt (Pedro Geraldes Freire)
  4. Subject: Temporary string storage on MS-DOS
  5. Message-ID: <1992Dec14.161545.26615@fct.unl.pt>
  6. Keywords: string, storage, temporary storage, MS-DOS
  7. Sender: news@fct.unl.pt (USENET News System)
  8. Reply-To: pgf@hara.fct.unl.pt (Pedro Geraldes Freire)
  9. Organization: Universidade Nova de Lisboa, PORTUGAL
  10. Date: Mon, 14 Dec 1992 16:15:45 GMT
  11. Lines: 30
  12.  
  13.  
  14. Hello world!
  15.  
  16. This one is dedicated to all those who have ever had to struggle with
  17. Informix 4GL for MS-DOS.
  18.  
  19. I've been working for sometime on a project on MS-DOS that uses
  20. Informix. The trouble is that one of the programs has grown somewhat
  21. large (2 MB on the executable file) and I started having problems with
  22. the "temporary string storage" (TSS) runtime error. The program is
  23. beeing compiled with MSC 5.1 and linked with .RTLink+ with VMS (in order
  24. to keep its image within DOS' 640K).
  25.  
  26. I would like to know if anybody knows the answer to the following questions
  27. 1) where is TSS allocated? (heap, stack, other...)
  28. 2) when is TSS allocated? (function calls, i/o statements, ...)
  29. 3) when (if ever) is TSS freed?
  30. 4) is there any way to do some sort of garbage-collecting on the TSS?
  31. 5) what are the ways to prevent the TSS runtime error?
  32.  
  33. Any answer to any of these questions would be much appreciated.
  34. Thanks guys!
  35.  
  36. Pedro.
  37.  
  38. Pedro Geraldes Freire             | BITNET/Internet: pgf@fct.unl.pt
  39. Projecto CIMTOFI          |            UUCP: pgf@unl.uucp
  40. UNINOVA - GRI - FCT/UNL           | Fax:   (+351) (1) 295 56 41/44 61
  41. 2825 Monte Caparica, PORTUGAL     | Phone: (+351) (1) 295 44 64 ext.1560
  42.  
  43.